mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +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
|
@ -13,8 +13,6 @@ fragment=top != ../html/acid2.html acid2_ref.html
|
|||
flaky_cpu == append_style_a.html append_style_b.html
|
||||
# `?` and `#` in the name is a test for https://github.com/servo/servo/issues/3340
|
||||
|
||||
== iframe/stacking_context_position_a.html iframe/stacking_context_position_ref.html
|
||||
|
||||
# inline_border_a.html inline_border_b.html
|
||||
flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html
|
||||
# Fails intermittently (#3636)
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<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>
|
Loading…
Add table
Add a link
Reference in a new issue