Bug 1931425 - Limit how often moz-label's #setStyles runs r=reusable-components-revie...
[gecko.git] / layout / reftests / forms / button / width-auto-size-ltr.html
blobc8f3f7d110cd086aa38f7008a427510ecabc6537
1 <!DOCTYPE HTML>
2 <style>
4 button {
5 -moz-appearance: none;
6 background: yellow;
7 border: 2px solid fuchsia;
8 padding: 2px;
9 font-size: 10px;
10 border-radius: 0; /* override mobile/android/themes/core/content.css */
13 span {
14 display: inline-block; vertical-align: middle;
15 height: 2em; width: 5em; border: 2px solid blue;
18 </style>
20 <button><span></span></button>