mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-10 02:18:57 +00:00
12 lines
173 B
HTML
12 lines
173 B
HTML
<html>
|
|
<head><style>
|
|
body { -moz-column-count: 1; }
|
|
#x { height: 1px; }
|
|
#y { height: 2px; }
|
|
|
|
</style></head>
|
|
|
|
<body><div id="x"><div id="y"></div></div></body>
|
|
|
|
</html>
|