tenfourfox/layout/reftests/bugs/414851-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

16 lines
239 B
HTML

<!DOCTYPE html>
<html>
<head></head>
<body>
<!-- Test that the white-space property is inherited by buttons. -->
<div style="white-space: nowrap; width: 1px;">
<button type="button">
a few words
</button>
</div>
</body>
</html>