This commit is contained in:
jruderman@hmc.edu 2008-03-26 20:59:36 -07:00
Родитель 290ef05236
Коммит db6b028d1f
2 изменённых файлов: 25 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,24 @@
<html>
<head>
<style type="text/css">
#colset {
height: 2in;
-moz-column-count: 3;
}
#container {
position: relative;
}
#overflow {
position: absolute;
height: 5in;
}
</style>
</head>
<body onload="document.getElementById('container').style.counterIncrement = 'foo';">
<div id="colset"><div id="container"><div id="overflow"></div></div></div>
</body>
</html>

Просмотреть файл

@ -96,6 +96,7 @@ load 398181-1.html
load 398181-2.html
load 399407-1.xhtml
load 399843-1.html
load 400223-1.html
load 400232-1.html
load 403576-1.html
load 404140-1.html