414851-1.html (239B)
1 <!DOCTYPE html> 2 <html> 3 <head></head> 4 <body> 5 6 <!-- Test that the white-space property is inherited by buttons. --> 7 8 <div style="white-space: nowrap; width: 1px;"> 9 <button type="button"> 10 a few words 11 </button> 12 </div> 13 14 </body> 15 </html>