Bug 1940304 - Fix browser_sidebar_button_reset.js intermittent r=sidebar-reviewers...
[gecko.git] / layout / reftests / forms / button / width-auto-size-ltr-ref.html
blob48372131ea7dbf33785780a4685c6441d5d6dcd1
1 <!DOCTYPE HTML>
2 <style>
4 div.button {
5 display: inline-block;
6 background: yellow;
7 border: 2px solid fuchsia;
8 padding: 2px;
9 font-size: 10px;
12 span {
13 display: inline-block; vertical-align: middle;
14 height: 20px; width: 50px; border: 2px solid blue;
17 </style>
19 <div class=button><span></span></div>