mirror of
https://github.com/servo/servo.git
synced 2025-10-01 09:09:15 +01:00
Move stacking_context_position_a.html to wpt reftests.
This commit is contained in:
parent
300eb9e8dd
commit
b7dab2947f
4 changed files with 25 additions and 2 deletions
|
@ -1795,6 +1795,18 @@
|
|||
"url": "/_mozilla/css/iframe/stacking_context.html"
|
||||
}
|
||||
],
|
||||
"css/iframe/stacking_context_position_a.html": [
|
||||
{
|
||||
"path": "css/iframe/stacking_context_position_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/iframe/stacking_context_position_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/iframe/stacking_context_position_a.html"
|
||||
}
|
||||
],
|
||||
"css/image_rendering_auto_a.html": [
|
||||
{
|
||||
"path": "css/image_rendering_auto_a.html",
|
||||
|
@ -7470,6 +7482,18 @@
|
|||
"url": "/_mozilla/css/iframe/stacking_context.html"
|
||||
}
|
||||
],
|
||||
"css/iframe/stacking_context_position_a.html": [
|
||||
{
|
||||
"path": "css/iframe/stacking_context_position_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/iframe/stacking_context_position_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/iframe/stacking_context_position_a.html"
|
||||
}
|
||||
],
|
||||
"css/image_rendering_auto_a.html": [
|
||||
{
|
||||
"path": "css/image_rendering_auto_a.html",
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
<link rel=match href=stacking_context_position_ref.html>
|
||||
<body style="background:tan">
|
||||
<div style="transform: translateX(0px)">
|
||||
<iframe src="data:text/html,%3Cspan%3EJust%20a%20simple%20little%20iframe.%3C%2Fspan%3E"></iframe>
|
||||
</div>
|
||||
</body>
|
|
@ -0,0 +1,5 @@
|
|||
<body style="background:tan">
|
||||
<div>
|
||||
<iframe style="transform: translateX(0px)" src="data:text/html,%3Cspan%3EJust%20a%20simple%20little%20iframe.%3C%2Fspan%3E"></iframe>
|
||||
</div>
|
||||
</body>
|
Loading…
Add table
Add a link
Reference in a new issue