зеркало из https://github.com/mozilla/gecko-dev.git
16 строки
239 B
HTML
16 строки
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>
|