Move linebreak_simple_a.html to wpt reftests.

This commit is contained in:
Ms2ger 2015-11-28 16:53:58 +01:00
parent 7641d5b1e3
commit 27e3ca61ec
4 changed files with 25 additions and 1 deletions

View file

@ -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",

View 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>

View 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>