mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
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:
parent
585d2d5c8c
commit
ba62957368
6 changed files with 75 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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>
|
|
@ -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>
|
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue