gecko-dev/layout/reftests/forms/button/width-auto-size-em-ltr-ref.html
Thomas Wisniewski c10198c6f1 Bug 140562 - Part 3: Fix up reftests to account for the fact that -moz-focus-inner no longer affects button size. r=dbaron
--HG--
rename : layout/reftests/forms/button/percent-height-child-1-ref.html => layout/reftests/forms/button/percent-height-child-ref.html
rename : layout/reftests/forms/button/percent-height-child-1.html => layout/reftests/forms/button/percent-height-child.html
rename : layout/reftests/forms/button/percent-width-child-1-ref.html => layout/reftests/forms/button/percent-width-child-ref.html
rename : layout/reftests/forms/button/percent-width-child-1.html => layout/reftests/forms/button/percent-width-child.html
2016-11-30 21:43:32 -05:00

19 lines
291 B
HTML

<!DOCTYPE HTML>
<style>
div.button {
display: inline-block;
background: yellow;
border: 2px solid fuchsia;
padding: 2px;
}
span {
display: inline-block; vertical-align: middle;
height: 2em; width: 5em; border: 2px solid blue;
}
</style>
<div class=button><span></span></div>