blob: 107d23cfe492f9e6e25644126327ad47fa815e38 (
plain)
1
2
3
4
5
6
|
<html xmlns="http://www.w3.org/1999/xhtml">
<head></head>
<body onload="document.getElementById('a').appendChild(document.createTextNode(' '));">
<div style="position: absolute; column-count: 2;"><div style="position: absolute; height: 100px;"><fieldset/><fieldset id="a"/></div></div>
</body>
</html>
|