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

@ -13,7 +13,6 @@ fragment=top != ../html/acid2.html acid2_ref.html
flaky_cpu == append_style_a.html append_style_b.html flaky_cpu == append_style_a.html append_style_b.html
# `?` and `#` in the name is a test for https://github.com/servo/servo/issues/3340 # `?` and `#` in the name is a test for https://github.com/servo/servo/issues/3340
flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html
# Fails intermittently (#3636) # Fails intermittently (#3636)
# == link_style_dynamic_addition.html link_style_dynamic_addition_ref.html # == link_style_dynamic_addition.html link_style_dynamic_addition_ref.html
# Should be == with expected failure. See #2797 # Should be == with expected failure. See #2797

View file

@ -2719,6 +2719,18 @@
"url": "/_mozilla/css/linebreak_inline_span_a.html" "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": [ "css/link_style_order.html": [
{ {
"path": "css/link_style_order.html", "path": "css/link_style_order.html",
@ -8406,6 +8418,18 @@
"url": "/_mozilla/css/linebreak_inline_span_a.html" "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": [ "css/link_style_order.html": [
{ {
"path": "css/link_style_order.html", "path": "css/link_style_order.html",

View file

@ -1,3 +1,4 @@
<link rel=match href=linebreak_simple_b.html>
<body style="width: 300px;"> <body style="width: 300px;">
<p style="margin: 0px;">A <span>hahahahahhahahhahahhahahhahahhahahhahahhahahahhahah</span> <span>fruitloopsfruitloopsfruitloops</span> <p style="margin: 0px;">A <span>hahahahahhahahhahahhahahhahahhahahhahahhahahahhahah</span> <span>fruitloopsfruitloopsfruitloops</span>
</body> </body>