Bug 1940304 - Fix browser_sidebar_button_reset.js intermittent r=sidebar-reviewers...
[gecko.git] / layout / reftests / forms / button / width-erode-all-focuspadding-rtl.html
blobd4b028b48e9398701763bdfe51bfe92b76f39d65
1 <!DOCTYPE HTML>
2 <html dir=rtl>
3 <style>
5 button {
6 -moz-appearance: none;
7 background: yellow;
8 border: 2px solid fuchsia;
9 padding: 2px;
10 font-size: 10px;
11 width: 62px;
12 border-radius: 0; /* override mobile/android/themes/core/content.css */
15 span {
16 display: inline-block; vertical-align: middle;
17 height: 20px; width: 50px; border: 2px solid blue;
20 </style>
22 <button><span></span></button>