Move inline_margins_intrinsic_size_a.html to wpt reftests.

This commit is contained in:
Corey Farwell 2015-10-19 18:34:07 -04:00
parent 9ac20e4899
commit cd19d728f5
4 changed files with 26 additions and 2 deletions

View file

@ -140,7 +140,6 @@ prefs:"layout.writing-mode.enabled" == iframe/size_attributes_vertical_writing_m
# inline_border_a.html inline_border_b.html
== inline_hypothetical_box_a.html inline_hypothetical_box_ref.html
== inline_margin_multiple_fragments_a.html inline_margin_multiple_fragments_ref.html
== inline_margins_intrinsic_size_a.html inline_margins_intrinsic_size_ref.html
== inline_whitespace_a.html inline_whitespace_ref.html
== inline_whitespace_b.html inline_whitespace_ref.html
== input_button_margins_a.html input_button_margins_ref.html

View file

@ -1,15 +0,0 @@
<!DOCTYPE html>
<style>
span {
margin: 0 1em;
}
div {
float: left;
}
body {
margin: 0;
padding: 0;
}
</style>
<div>foo<span>/</span>bar</div>

View file

@ -1,15 +0,0 @@
<!DOCTYPE html>
<style>
span {
padding: 0 1em;
}
div {
float: left;
}
body {
margin: 0;
padding: 0;
}
</style>
<div>foo<span>/</span>bar</div>