mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +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
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
<!DOCTYPE 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">
|
|
@ -1,12 +0,0 @@
|
|||
<!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