File: offscreen-text-with-tiny-width.html

package info (click to toggle)
orca 49.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 53,532 kB
  • sloc: python: 98,331; javascript: 281; sh: 64; xml: 27; makefile: 5
file content (8 lines) | stat: -rw-r--r-- 213 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
<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>