mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +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>
|