-1:000000000000 | 0:7ef7b4c513ae |
---|---|
1 <!DOCTYPE html> | |
2 <html> | |
3 <head> | |
4 | |
5 <script type="text/javascript"> | |
6 | |
7 function boom() | |
8 { | |
9 document.documentElement.style.MozColumnCount = '3'; | |
10 document.documentElement.offsetHeight; | |
11 document.documentElement.style.MozColumnCount = ''; | |
12 } | |
13 | |
14 </script> | |
15 | |
16 <style type="text/css"> | |
17 | |
18 html:before { content: '0'; } | |
19 | |
20 </style> | |
21 | |
22 </head> | |
23 | |
24 <frameset onload="boom();"></frameset> | |
25 | |
26 </html> |