1 <p><a href=
"https://bugs.webkit.org/show_bug.cgi?id=5656">Bug
5656</a>
2 tests whether buttons force a white-space mode or not.
3 These tests will only pass if the white-space mode is not forced and if it is inherited.
</p>
4 <div>Buttons should appear next to each other in a single row:
</div>
7 <button value=
"Search Mail">Search Mail
</button>
8 <button value=
"Search the Web" style=
"white-space:nowrap">Search the Web
</button>
11 <div>Buttons should look identical:
</div>
12 <div><button>test button
</button></div>
13 <div><button> test button
</button></div>
14 <div>Buttons should look identical (ignore vertical spacing):
</div>
15 <div><button> test
button
</button></div>
16 <div><button style=
"white-space: pre;"> test button
</button></div>
17 <div><pre><button> test button
</button></pre></div>