mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Move overflow_auto_stacking_order_a.html to wpt reftests.
This commit is contained in:
parent
0847a8827e
commit
e649d8834a
4 changed files with 25 additions and 1 deletions
|
@ -226,7 +226,6 @@ flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html
|
|||
# Should be == with expected failure. See #2797
|
||||
!= overconstrained_block.html overconstrained_block_ref.html
|
||||
== overflow_auto.html overflow_simple_b.html
|
||||
== overflow_auto_stacking_order_a.html overflow_auto_stacking_order_ref.html
|
||||
# Should be ==?
|
||||
!= overflow_position_abs_inside_normal_a.html overflow_position_abs_inside_normal_b.html
|
||||
== overflow_scroll.html overflow_simple_b.html
|
||||
|
|
|
@ -1,22 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<style>
|
||||
div {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
#a {
|
||||
background: red;
|
||||
overflow: auto;
|
||||
}
|
||||
#b {
|
||||
background: green;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
</style>
|
||||
<div id=a></div>
|
||||
<div id=b></div>
|
||||
|
|
@ -1,18 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<style>
|
||||
div {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
#a {
|
||||
background: green;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
</style>
|
||||
<div id=a></div>
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue