mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Move position_fixed_overflow_a.html to wpt reftests.
This commit is contained in:
parent
f2e18093bf
commit
e6331062f9
4 changed files with 25 additions and 1 deletions
|
@ -256,7 +256,6 @@ resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_
|
||||||
# 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_background_color_a.html position_fixed_background_color_b.html
|
||||||
== position_fixed_overflow_a.html position_fixed_overflow_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_overflow_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/position_fixed_overflow_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/position_fixed_overflow_b.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/position_fixed_overflow_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/position_relative_a.html": [
|
"css/position_relative_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/position_relative_a.html",
|
"path": "css/position_relative_a.html",
|
||||||
|
@ -3132,6 +3144,18 @@
|
||||||
"url": "/_mozilla/css/flex_nochild.html"
|
"url": "/_mozilla/css/flex_nochild.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/position_fixed_overflow_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/position_fixed_overflow_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/position_fixed_overflow_b.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/position_fixed_overflow_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/position_relative_a.html": [
|
"css/position_relative_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/position_relative_a.html",
|
"path": "css/position_relative_a.html",
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
<html>
|
<html>
|
||||||
|
<link rel='match' href='position_fixed_overflow_b.html'>
|
||||||
<body>
|
<body>
|
||||||
<div style="top: 5px; left: 5px; height: 5px; width: 5px; position: fixed;">
|
<div style="top: 5px; left: 5px; height: 5px; width: 5px; position: fixed;">
|
||||||
<div style="height: 100px; width: 100px; background: black;"></div>
|
<div style="height: 100px; width: 100px; background: black;"></div>
|
Loading…
Add table
Add a link
Reference in a new issue