Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
1 <html>
2 <head>
3 <style>
4 div.a {
5 -moz-column-count: 2;
6 position: absolute;
7 background: lightblue;
8 }
9 div.b {}
10 div.c {
11 float: left;
12 height: 23px;
13 width: 10px;
14 background: orange;
15 }
16 div.d {
17 float: left;
18 height: 22px;
19 width: 10px;
20 background: green;
21 }
22 div.e {
23 clear: left;
24 }
25 </style>
26 </head>
27 <body
28 ><div class="a"
29 ><div class="b"
30 ><div class="c"
31 ></div
32 ><div class="d"
33 ></div
34 ><div class="e"
35 ></div
36 > <!-- whitespace --></div
37 ></div
38 ></body>
39 </html>