Files
UXP-Fixed/layout/reftests/bugs/414851-1.html
T
2018-02-02 04:16:08 -05: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>