mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Move append_style_a.html to wpt reftests.
This commit is contained in:
parent
82183aebd7
commit
29feccd02e
4 changed files with 25 additions and 3 deletions
|
@ -4,9 +4,6 @@
|
||||||
# Should be == with expected failure:
|
# Should be == with expected failure:
|
||||||
fragment=top != ../html/acid2.html acid2_ref.html
|
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_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=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
|
resolution=800x600 == viewport_percentage_vmin_vmax.html viewport_percentage_vmin_vmax_a.html
|
||||||
|
|
|
@ -211,6 +211,18 @@
|
||||||
"url": "/_mozilla/css/anon_block_inherit_a.html"
|
"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": [
|
"css/attr_exists_selector.html": [
|
||||||
{
|
{
|
||||||
"path": "css/attr_exists_selector.html",
|
"path": "css/attr_exists_selector.html",
|
||||||
|
@ -6054,6 +6066,18 @@
|
||||||
"url": "/_mozilla/css/anon_block_inherit_a.html"
|
"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": [
|
"css/attr_exists_selector.html": [
|
||||||
{
|
{
|
||||||
"path": "css/attr_exists_selector.html",
|
"path": "css/attr_exists_selector.html",
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
|
<link rel=match href=append_style_b.html>
|
||||||
<div style="background-color: blue">this is the story of a girl</div>
|
<div style="background-color: blue">this is the story of a girl</div>
|
Loading…
Add table
Add a link
Reference in a new issue