mirror of
https://github.com/servo/servo.git
synced 2025-08-23 14:25:33 +01:00
Move margin_padding_inline_block_a.html to wpt reftests.
This commit is contained in:
parent
9fb26df3c5
commit
da97da7278
4 changed files with 25 additions and 1 deletions
|
@ -159,7 +159,6 @@ flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html
|
|||
== list_style_position_a.html list_style_position_ref.html
|
||||
!= list_style_type_a.html list_style_type_ref.html
|
||||
== margin_a.html margin_b.html
|
||||
== margin_padding_inline_block_a.html margin_padding_inline_block_ref.html
|
||||
== marker_block_direction_placement_a.html marker_block_direction_placement_ref.html
|
||||
!= noteq_attr_exists_selector.html attr_exists_selector_ref.html
|
||||
!= octicons_a.html octicons_ref.html
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<style>
|
||||
html, body {
|
||||
margin: 0;
|
||||
}
|
||||
</style>
|
||||
<div><span style="padding-left: 100px; display: inline-block">Boo</span></div>
|
||||
<div><span style="padding-left: 100px">Foo</span></div>
|
||||
<div><span style="margin-left: 100px">Foo</span></div>
|
||||
|
|
@ -1,17 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<style>
|
||||
html, body {
|
||||
margin: 0;
|
||||
}
|
||||
div {
|
||||
position: relative;
|
||||
}
|
||||
span {
|
||||
position: relative;
|
||||
left: 100px;
|
||||
}
|
||||
</style>
|
||||
<div><span>Boo</span></div>
|
||||
<div><span>Foo</span></div>
|
||||
<div><span>Foo</span></div>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue