Move position_fixed_overflow_a.html to wpt reftests.

This commit is contained in:
Corey Farwell 2015-10-16 18:13:41 -04:00
parent f2e18093bf
commit e6331062f9
4 changed files with 25 additions and 1 deletions

View file

@ -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
# == position_fixed_a.html position_fixed_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_static_y_a.html position_fixed_static_y_b.html
== position_fixed_tile_edge.html position_fixed_tile_edge_ref.html

View file

@ -683,6 +683,18 @@
"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": [
{
"path": "css/position_relative_a.html",
@ -3132,6 +3144,18 @@
"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": [
{
"path": "css/position_relative_a.html",

View file

@ -1,4 +1,5 @@
<html>
<link rel='match' href='position_fixed_overflow_b.html'>
<body>
<div style="top: 5px; left: 5px; height: 5px; width: 5px; position: fixed;">
<div style="height: 100px; width: 100px; background: black;"></div>