mirror of
https://github.com/servo/servo.git
synced 2025-10-01 09:09:15 +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
|
@ -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",
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
<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>
|
||||
</html>
|
11
tests/wpt/mozilla/tests/css/position_fixed_tile_edge_2.html
Normal file
11
tests/wpt/mozilla/tests/css/position_fixed_tile_edge_2.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
<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>
|
||||
|
||||
<!-- This position:fixed sibling should force its sibling to be layerized. -->
|
||||
<div style="position: fixed;"></div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
12
tests/wpt/mozilla/tests/css/position_fixed_tile_edge_3.html
Normal file
12
tests/wpt/mozilla/tests/css/position_fixed_tile_edge_3.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
<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>
|
||||
|
||||
<!-- This position:fixed sibling should force its sibling to be layerized. -->
|
||||
<div style="position: fixed;"></div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
<html>
|
||||
<body>
|
||||
<div style="background: green; position: absolute; top: 0px; left: 512px; width: 20px; height: 20px;"></div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue