Backed out 2 changesets (bug 1930466) for causing bc failures on browser_timezone...
[gecko.git] / layout / reftests / forms / button / width-auto-size-em-rtl.html
blobfb72ef97e9abf3a2fe292475ce8de67d9673fb6c
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: 1em;
11 border-radius: 0; /* override mobile/android/themes/core/content.css */
14 span {
15 display: inline-block; vertical-align: middle;
16 height: 2em; width: 5em; border: 2px solid blue;
19 </style>
21 <button><span></span></button>