This commit is contained in:
jruderman@hmc.edu 2008-04-22 21:34:53 -07:00
Родитель 62c09afd78
Коммит cbc2c78001
4 изменённых файлов: 50 добавлений и 0 удалений

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

@ -0,0 +1,47 @@
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
.container {
position: relative;
}
#colset {
-moz-column-count: 3;
-moz-column-gap: 0;
border: silver 2pt;
border-style: none solid;
}
.b1 {
position: absolute;
height: 336pt;
margin-left: 20pt;
}
.b2 {
position: absolute;
height: 192pt;
width: 25pt;
margin-left: 50pt;
}
</style>
<script type="text/javascript">
function boom()
{
newDiv = document.createElementNS("http://www.w3.org/1999/xhtml", "div");
newDiv.setAttribute("class", "b1");
document.getElementById("f").appendChild(newDiv);
}
</script>
</head>
<body onload="boom();">
<div id="colset"><div class="container"><div class="b2"></div><div id="f"></div></div></div>
</body>
</html>

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

@ -116,6 +116,7 @@ load 404215-3.html
load 404219-1.html
load 404219-2.html
load 406380.html
load 406902-1.html
load 407009-1.xhtml
load 408602-1.html
load 408737-1.html

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

@ -0,0 +1 @@
<html xmlns="http://www.w3.org/1999/xhtml"><body style="-moz-column-width: 1px; position: absolute;"><table style="position: absolute;"><tbody style="bottom: -10px;">foo</tbody></table></body></html>

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

@ -43,6 +43,7 @@ load 399209-1.xhtml
load 403249-1.html
load 403579-1.html
load 404301-1.xhtml
load 408753-1.xhtml
load 411582.xhtml
load 413180-1.html
load 423514-1.xhtml