This commit is contained in:
Jesse Ruderman 2008-09-14 00:18:19 -07:00
Родитель 0589276a17
Коммит 131268c6e1
2 изменённых файлов: 28 добавлений и 0 удалений

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

@ -0,0 +1,27 @@
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
body {
height: 100px;
width: 300pt;
-moz-column-width: 100pt;
-moz-column-gap: 0;
}
#x {
padding: 100px;
}
#overflow {
height: 400px;
float: left;
}
</style>
</head>
<body><div id="x"><div id="overflow"></div>K</div></body>
</html>

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

@ -145,5 +145,6 @@ load 422301-1.html
load 423055-1.html
load 425253-1.html
load 426272-1.html
load 429981-1.html
load 430352-1.html
load 448903-1.html