no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / bugs / 414851-1.html
blobe9877875b74a0f4fc5c667d967859b5e197b08c0
1 <!DOCTYPE html>
2 <html>
3 <head></head>
4 <body>
6 <!-- Test that the white-space property is inherited by buttons. -->
8 <div style="white-space: nowrap; width: 1px;">
9 <button type="button">
10 a few words
11 </button>
12 </div>
14 </body>
15 </html>