cthulhu/test/html/offscreen-text-with-tiny-width.html

9 lines
213 B
HTML
Raw Normal View History

<html>
<head></head>
<body>
<div style="position:absolute; left:0px; top:-500px; width:1px;height:1px; overflow:hidden;">
This should all be a single line, but it's not because of CSS. Boo!
</div>
</body>
</html>