Move position_fixed_tile_edge.html, position_fixed_tile_edge_2.html, and position_fixed_tile_edge_3.html to wpt reftests.

This commit is contained in:
Ms2ger 2015-11-21 10:05:38 +01:00
parent 585d2d5c8c
commit ba62957368
6 changed files with 75 additions and 3 deletions

View file

@ -48,9 +48,6 @@ resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_
# == position_fixed_a.html position_fixed_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
== position_fixed_tile_edge_2.html position_fixed_tile_edge_ref.html
== position_fixed_tile_edge_3.html position_fixed_tile_edge_ref.html
== root_display_inline_a.html root_display_ref.html
== root_display_without_style_a.html root_display_ref.html
# text_decoration_propagation_a.html text_decoration_propagation_b.html

View file

@ -3295,6 +3295,42 @@
"url": "/_mozilla/css/position_fixed_overflow_a.html"
}
],
"css/position_fixed_tile_edge.html": [
{
"path": "css/position_fixed_tile_edge.html",
"references": [
[
"/_mozilla/css/position_fixed_tile_edge_ref.html",
"=="
]
],
"url": "/_mozilla/css/position_fixed_tile_edge.html"
}
],
"css/position_fixed_tile_edge_2.html": [
{
"path": "css/position_fixed_tile_edge_2.html",
"references": [
[
"/_mozilla/css/position_fixed_tile_edge_ref.html",
"=="
]
],
"url": "/_mozilla/css/position_fixed_tile_edge_2.html"
}
],
"css/position_fixed_tile_edge_3.html": [
{
"path": "css/position_fixed_tile_edge_3.html",
"references": [
[
"/_mozilla/css/position_fixed_tile_edge_ref.html",
"=="
]
],
"url": "/_mozilla/css/position_fixed_tile_edge_3.html"
}
],
"css/position_relative_a.html": [
{
"path": "css/position_relative_a.html",
@ -8628,6 +8664,42 @@
"url": "/_mozilla/css/position_fixed_overflow_a.html"
}
],
"css/position_fixed_tile_edge.html": [
{
"path": "css/position_fixed_tile_edge.html",
"references": [
[
"/_mozilla/css/position_fixed_tile_edge_ref.html",
"=="
]
],
"url": "/_mozilla/css/position_fixed_tile_edge.html"
}
],
"css/position_fixed_tile_edge_2.html": [
{
"path": "css/position_fixed_tile_edge_2.html",
"references": [
[
"/_mozilla/css/position_fixed_tile_edge_ref.html",
"=="
]
],
"url": "/_mozilla/css/position_fixed_tile_edge_2.html"
}
],
"css/position_fixed_tile_edge_3.html": [
{
"path": "css/position_fixed_tile_edge_3.html",
"references": [
[
"/_mozilla/css/position_fixed_tile_edge_ref.html",
"=="
]
],
"url": "/_mozilla/css/position_fixed_tile_edge_3.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_tile_edge_ref.html>
<body>
<div style="background: green; position: fixed; top: 0px; left: 512px; width: 20px; height: 20px;"></div>
</body>

View file

@ -1,4 +1,5 @@
<html>
<link rel=match href=position_fixed_tile_edge_ref.html>
<body>
<div style="position: absolute; top: 0px; left: 512px;">
<div style="position: absolute; background: green; width: 20px; height: 20px;"></div>

View file

@ -1,4 +1,5 @@
<html>
<link rel=match href=position_fixed_tile_edge_ref.html>
<body>
<div style="position: absolute; top: 0px; left: 0px;">
<div style="position: absolute; background: green; top: 0; margin-left: 512px; width: 20px; height: 20px;"></div>