File: hidden-float-repeat.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 (13 lines) | stat: -rw-r--r-- 200 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<div>1</div>
<div>
   <span style="float:right; overflow:hidden">&nbsp;</span>
   <div style="overflow:hidden">2</div>
</div>
<div>3</div>
</body>
</html>