Move append_style_a.html to wpt reftests.

This commit is contained in:
Ms2ger 2015-12-07 15:06:08 -05:00
parent 82183aebd7
commit 29feccd02e
4 changed files with 25 additions and 3 deletions

View file

@ -4,9 +4,6 @@
# Should be == with expected failure:
fragment=top != ../html/acid2.html acid2_ref.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
resolution=300x300,device-pixel-ratio=2 != pixel_snapping_border_a.html pixel_snapping_border_ref.html
resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_snapping_position_ref.html
resolution=800x600 == viewport_percentage_vmin_vmax.html viewport_percentage_vmin_vmax_a.html

View file

@ -211,6 +211,18 @@
"url": "/_mozilla/css/anon_block_inherit_a.html"
}
],
"css/append_style_a.html": [
{
"path": "css/append_style_a.html",
"references": [
[
"/_mozilla/css/append_style_b.html",
"=="
]
],
"url": "/_mozilla/css/append_style_a.html"
}
],
"css/attr_exists_selector.html": [
{
"path": "css/attr_exists_selector.html",
@ -6054,6 +6066,18 @@
"url": "/_mozilla/css/anon_block_inherit_a.html"
}
],
"css/append_style_a.html": [
{
"path": "css/append_style_a.html",
"references": [
[
"/_mozilla/css/append_style_b.html",
"=="
]
],
"url": "/_mozilla/css/append_style_a.html"
}
],
"css/attr_exists_selector.html": [
{
"path": "css/attr_exists_selector.html",

View file

@ -1 +1,2 @@
<link rel=match href=append_style_b.html>
<div style="background-color: blue">this is the story of a girl</div>