mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Move position_fixed_background_color_a.html to wpt reftests.
This commit is contained in:
parent
e6331062f9
commit
076473f537
4 changed files with 25 additions and 1 deletions
|
@ -255,7 +255,6 @@ resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_
|
||||||
== position_abs_width_percentage_a.html position_abs_width_percentage_b.html
|
== position_abs_width_percentage_a.html position_abs_width_percentage_b.html
|
||||||
# commented out because multiple layers don't work with reftests --pcwalton
|
# commented out because multiple layers don't work with reftests --pcwalton
|
||||||
# == position_fixed_a.html position_fixed_b.html
|
# == position_fixed_a.html position_fixed_b.html
|
||||||
== position_fixed_background_color_a.html position_fixed_background_color_b.html
|
|
||||||
# == position_fixed_simple_a.html position_fixed_simple_b.html
|
# == position_fixed_simple_a.html position_fixed_simple_b.html
|
||||||
# == position_fixed_static_y_a.html position_fixed_static_y_b.html
|
# == position_fixed_static_y_a.html position_fixed_static_y_b.html
|
||||||
== position_fixed_tile_edge.html position_fixed_tile_edge_ref.html
|
== position_fixed_tile_edge.html position_fixed_tile_edge_ref.html
|
||||||
|
|
|
@ -683,6 +683,18 @@
|
||||||
"url": "/_mozilla/css/flex_nochild.html"
|
"url": "/_mozilla/css/flex_nochild.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/position_fixed_background_color_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/position_fixed_background_color_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/position_fixed_background_color_b.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/position_fixed_background_color_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/position_fixed_overflow_a.html": [
|
"css/position_fixed_overflow_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/position_fixed_overflow_a.html",
|
"path": "css/position_fixed_overflow_a.html",
|
||||||
|
@ -3144,6 +3156,18 @@
|
||||||
"url": "/_mozilla/css/flex_nochild.html"
|
"url": "/_mozilla/css/flex_nochild.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/position_fixed_background_color_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/position_fixed_background_color_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/position_fixed_background_color_b.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/position_fixed_background_color_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/position_fixed_overflow_a.html": [
|
"css/position_fixed_overflow_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/position_fixed_overflow_a.html",
|
"path": "css/position_fixed_overflow_a.html",
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
<html>
|
<html>
|
||||||
|
<link rel='match' href='position_fixed_background_color_b.html'>
|
||||||
<body style="background:pink">
|
<body style="background:pink">
|
||||||
<div style="position: fixed;">
|
<div style="position: fixed;">
|
||||||
</div>
|
</div>
|
Loading…
Add table
Add a link
Reference in a new issue