This commit is contained in:
jruderman@hmc.edu 2007-12-16 21:51:36 -08:00
Родитель 9d2fea07eb
Коммит b9a586d425
2 изменённых файлов: 23 добавлений и 0 удалений

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

@ -0,0 +1,22 @@
<html>
<head>
<script>
function boom()
{
document.getElementById("a").style.clear = "right";
}
</script>
</head>
<body onload="boom();">
<div style="display: table;">
<div id="a">a</div>
<div id="b" style="height: 18000000px;">b</div>
<div id="c">c c c</div>
</div>
</body>
</html>

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

@ -15,6 +15,7 @@ load 364512-1.html
load 367673-1.xhtml
load 368166-1.xhtml
load 370876-1.html
load 373611-1.html
load 379687-1.html
load 387051-1.html
load 391898-1.html