mirror of
https://github.com/servo/servo.git
synced 2025-08-04 05:00:08 +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
|
@ -13,7 +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.html iframe/stacking_context_ref.html
|
||||
== iframe/stacking_context_position_a.html iframe/stacking_context_position_ref.html
|
||||
|
||||
# inline_border_a.html inline_border_b.html
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<link rel=match href=stacking_context_ref.html>
|
||||
<style>
|
||||
iframe {
|
||||
position: absolute;
|
Loading…
Add table
Add a link
Reference in a new issue