Bug 1940304 - Fix browser_sidebar_button_reset.js intermittent r=sidebar-reviewers...
[gecko.git] / layout / reftests / forms / button / width-erode-all-focuspadding-rtl-ref.html
blob762e443f81f3c7b08a9e622b301925b0e1d98eba
1 <!DOCTYPE HTML>
2 <html dir=rtl>
3 <style>
5 div.button {
6 display: inline-block;
7 background: yellow;
8 border: 2px solid fuchsia;
9 padding: 2px;
10 font-size: 10px;
13 span {
14 display: inline-block; vertical-align: middle;
15 height: 20px; width: 50px; border: 2px solid blue;
16 margin: 1px 0px; /* for implicit focuspadding, fully eroded */
19 </style>
21 <div class=button><span></span></div>