mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Move stacking_context.html to wpt reftests.
This commit is contained in:
parent
b0243d66a6
commit
300eb9e8dd
4 changed files with 25 additions and 1 deletions
|
@ -1783,6 +1783,18 @@
|
|||
"url": "/_mozilla/css/iframe/size_attributes_vertical_writing_mode.html"
|
||||
}
|
||||
],
|
||||
"css/iframe/stacking_context.html": [
|
||||
{
|
||||
"path": "css/iframe/stacking_context.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/iframe/stacking_context_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/iframe/stacking_context.html"
|
||||
}
|
||||
],
|
||||
"css/image_rendering_auto_a.html": [
|
||||
{
|
||||
"path": "css/image_rendering_auto_a.html",
|
||||
|
@ -7446,6 +7458,18 @@
|
|||
"url": "/_mozilla/css/iframe/size_attributes_vertical_writing_mode.html"
|
||||
}
|
||||
],
|
||||
"css/iframe/stacking_context.html": [
|
||||
{
|
||||
"path": "css/iframe/stacking_context.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/iframe/stacking_context_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/iframe/stacking_context.html"
|
||||
}
|
||||
],
|
||||
"css/image_rendering_auto_a.html": [
|
||||
{
|
||||
"path": "css/image_rendering_auto_a.html",
|
||||
|
|
14
tests/wpt/mozilla/tests/css/iframe/stacking_context.html
Normal file
14
tests/wpt/mozilla/tests/css/iframe/stacking_context.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<link rel=match href=stacking_context_ref.html>
|
||||
<style>
|
||||
iframe {
|
||||
position: absolute;
|
||||
width: 200px;
|
||||
height: 200px;
|
||||
top: 100px;
|
||||
left: 100px;
|
||||
border: solid green 50px;
|
||||
transform: translateX(0px); /* form a stacking context */
|
||||
}
|
||||
</style>
|
||||
<iframe src="data:text/html,%3Cspan%3EJust%20a%20simple%20little%20iframe.%3C%2Fspan%3E">
|
12
tests/wpt/mozilla/tests/css/iframe/stacking_context_ref.html
Normal file
12
tests/wpt/mozilla/tests/css/iframe/stacking_context_ref.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<style>
|
||||
iframe {
|
||||
position: absolute;
|
||||
width: 200px;
|
||||
height: 200px;
|
||||
top: 100px;
|
||||
left: 100px;
|
||||
border: solid green 50px;
|
||||
}
|
||||
</style>
|
||||
<iframe src="data:text/html,%3Cspan%3EJust%20a%20simple%20little%20iframe.%3C%2Fspan%3E">
|
Loading…
Add table
Add a link
Reference in a new issue