mirror of
https://github.com/servo/servo.git
synced 2025-10-01 09:09:15 +01:00
Move linebreak_simple_a.html to wpt reftests.
This commit is contained in:
parent
7641d5b1e3
commit
27e3ca61ec
4 changed files with 25 additions and 1 deletions
|
@ -2719,6 +2719,18 @@
|
|||
"url": "/_mozilla/css/linebreak_inline_span_a.html"
|
||||
}
|
||||
],
|
||||
"css/linebreak_simple_a.html": [
|
||||
{
|
||||
"path": "css/linebreak_simple_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/linebreak_simple_b.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/linebreak_simple_a.html"
|
||||
}
|
||||
],
|
||||
"css/link_style_order.html": [
|
||||
{
|
||||
"path": "css/link_style_order.html",
|
||||
|
@ -8406,6 +8418,18 @@
|
|||
"url": "/_mozilla/css/linebreak_inline_span_a.html"
|
||||
}
|
||||
],
|
||||
"css/linebreak_simple_a.html": [
|
||||
{
|
||||
"path": "css/linebreak_simple_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/linebreak_simple_b.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/linebreak_simple_a.html"
|
||||
}
|
||||
],
|
||||
"css/link_style_order.html": [
|
||||
{
|
||||
"path": "css/link_style_order.html",
|
||||
|
|
4
tests/wpt/mozilla/tests/css/linebreak_simple_a.html
Normal file
4
tests/wpt/mozilla/tests/css/linebreak_simple_a.html
Normal file
|
@ -0,0 +1,4 @@
|
|||
<link rel=match href=linebreak_simple_b.html>
|
||||
<body style="width: 300px;">
|
||||
<p style="margin: 0px;">A <span>hahahahahhahahhahahhahahhahahhahahhahahhahahahhahah</span> <span>fruitloopsfruitloopsfruitloops</span>
|
||||
</body>
|
5
tests/wpt/mozilla/tests/css/linebreak_simple_b.html
Normal file
5
tests/wpt/mozilla/tests/css/linebreak_simple_b.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
<body style="width: 300px;">
|
||||
<p style="margin: 0px;">A</p>
|
||||
<p style="margin: 0px;">hahahahahhahahhahahhahahhahahhahahhahahhahahahhahah</p>
|
||||
<p style="margin: 0px;">fruitloopsfruitloopsfruitloops</p>
|
||||
</body>
|
Loading…
Add table
Add a link
Reference in a new issue