mirror of
https://github.com/servo/servo.git
synced 2025-08-18 03:45:33 +01:00
Move overflow_position_rel_inline_block.html to wpt reftests.
This commit is contained in:
parent
c1228125a7
commit
4c9979185c
4 changed files with 25 additions and 1 deletions
|
@ -231,7 +231,6 @@ flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html
|
|||
# Should be ==?
|
||||
!= overflow_position_abs_inside_normal_a.html overflow_position_abs_inside_normal_b.html
|
||||
== overflow_position_abs_simple_a.html overflow_position_abs_simple_b.html
|
||||
== overflow_position_rel_inline_block.html overflow_position_rel_inline_block_ref.html
|
||||
== overflow_scroll.html overflow_simple_b.html
|
||||
== overflow_simple_a.html overflow_simple_b.html
|
||||
resolution=300x300,device-pixel-ratio=2 != pixel_snapping_border_a.html pixel_snapping_border_ref.html
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
<style>
|
||||
div {
|
||||
overflow:hidden;
|
||||
display:inline-block;
|
||||
position:relative;
|
||||
width:100px;
|
||||
height:100px;
|
||||
background:red
|
||||
}
|
||||
</style>
|
||||
<div></div>
|
|
@ -1,9 +0,0 @@
|
|||
<style>
|
||||
div {
|
||||
position:relative;
|
||||
width:100px;
|
||||
height:100px;
|
||||
background:red
|
||||
}
|
||||
</style>
|
||||
<div></div>
|
Loading…
Add table
Add a link
Reference in a new issue