Move inline_margin_multiple_fragments_a.html to wpt reftests.

This commit is contained in:
Corey Farwell 2015-10-19 18:34:07 -04:00
parent dbbbac3da6
commit e5f4f7a436
4 changed files with 25 additions and 1 deletions

View file

@ -135,7 +135,6 @@ prefs:"layout.writing-mode.enabled" == iframe/size_attributes_vertical_writing_m
== inline_block_parent_width_percentage.html inline_block_parent_width_ref.html
== inline_block_stacking_context_a.html inline_block_stacking_context_ref.html
# inline_border_a.html inline_border_b.html
== inline_margin_multiple_fragments_a.html inline_margin_multiple_fragments_ref.html
== inline_whitespace_a.html inline_whitespace_ref.html
== inline_whitespace_b.html inline_whitespace_ref.html
!= input_height_a.html input_height_ref.html

View file

@ -1,15 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<style>
span {
margin-left: 128px;
margin-right: 128px;
}
</style>
</head>
<body>
<span><img src=rust.png><img src=rust.png><img src=rust.png></span>
</body>
</html>

View file

@ -1,18 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<style>
#first {
margin-left: 128px;
}
#last {
margin-right: 128px;
}
</style>
</head>
<body>
<span id=first><img src=rust.png></span><img src=rust.png><span id=last><img src=rust.png></span>
</body>
</html>