blob: 433030fb3193752939cd3c7e9d23070bd8a3c61a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
div { position: absolute; height: 10px; width: 10px; }
</style>
</head>
<body onload="document.getElementById('c').style.counterIncrement = 'z';">
<div style="column-count: 2;"><div id="c" style="white-space: pre;">
<div>
<div></div></div></div></div>
</body>
</html>
|