mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
10 lines
354 B
HTML
10 lines
354 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<body style="width:0;">
|
|
<p><span style="white-space:nowrap;"><input type="checkbox">hello1</span>
|
|
<p>Hello2 <span style="white-space:nowrap;"><input type="checkbox"></span>
|
|
<p style="white-space:nowrap"><span style="white-space:normal">Hello3
|
|
</span><span style="white-space:nowrap;"><input type="checkbox"></span>
|
|
</body>
|
|
</html>
|