mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Move linebreak_inline_span_a.html to wpt reftests.
This commit is contained in:
parent
93d9fe3d8a
commit
65ac57e2e9
4 changed files with 25 additions and 1 deletions
|
@ -983,6 +983,18 @@
|
|||
"url": "/_mozilla/css/linear_gradients_parsing_a.html"
|
||||
}
|
||||
],
|
||||
"css/linebreak_inline_span_a.html": [
|
||||
{
|
||||
"path": "css/linebreak_inline_span_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/linebreak_inline_span_b.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/linebreak_inline_span_a.html"
|
||||
}
|
||||
],
|
||||
"css/max_width_float_simple_a.html": [
|
||||
{
|
||||
"path": "css/max_width_float_simple_a.html",
|
||||
|
@ -4392,6 +4404,18 @@
|
|||
"url": "/_mozilla/css/linear_gradients_parsing_a.html"
|
||||
}
|
||||
],
|
||||
"css/linebreak_inline_span_a.html": [
|
||||
{
|
||||
"path": "css/linebreak_inline_span_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/linebreak_inline_span_b.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/linebreak_inline_span_a.html"
|
||||
}
|
||||
],
|
||||
"css/max_width_float_simple_a.html": [
|
||||
{
|
||||
"path": "css/max_width_float_simple_a.html",
|
||||
|
|
25
tests/wpt/mozilla/tests/css/linebreak_inline_span_a.html
Normal file
25
tests/wpt/mozilla/tests/css/linebreak_inline_span_a.html
Normal file
|
@ -0,0 +1,25 @@
|
|||
<html>
|
||||
<head>
|
||||
<link rel='match' href='linebreak_inline_span_b.html'>
|
||||
<style type="text/css">
|
||||
* {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<blockquote>
|
||||
The <span>most terrifying</span> fact about the universe <span>is not that
|
||||
it is hostile but that it is indifferent;</span> but if we can come to terms
|
||||
with this indifference and accept the<span> challenges</span> of <span>life
|
||||
<span>within</span></span> the boundaries of death - <span>however</span>
|
||||
mutable man may be able to make them - our existence as a species can have
|
||||
genuine meaning and fulfillment. However vast the darkness, we must supply
|
||||
our own light.
|
||||
<footer>
|
||||
<cite>Stanley Kubrick</cite>
|
||||
</footer>
|
||||
</blockquote>
|
||||
</body>
|
||||
</html>
|
23
tests/wpt/mozilla/tests/css/linebreak_inline_span_b.html
Normal file
23
tests/wpt/mozilla/tests/css/linebreak_inline_span_b.html
Normal file
|
@ -0,0 +1,23 @@
|
|||
<html>
|
||||
<head>
|
||||
<style type="text/css">
|
||||
* {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<blockquote>
|
||||
The most terrifying fact about the universe is not that it is hostile but
|
||||
that it is indifferent; but if we can come to terms with this indifference
|
||||
and accept the challenges of life within the boundaries of death - however
|
||||
mutable man may be able to make them - our existence as a species can have
|
||||
genuine meaning and fulfillment. However vast the darkness, we must supply
|
||||
our own light.
|
||||
<footer>
|
||||
<cite>Stanley Kubrick</cite>
|
||||
</footer>
|
||||
</blockquote>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue