This commit is contained in:
jruderman@hmc.edu 2007-12-16 18:25:31 -08:00
Родитель 924243dd8a
Коммит 3aab9d627d
2 изменённых файлов: 32 добавлений и 0 удалений

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

@ -0,0 +1,31 @@
<html class="reftest-wait">
<head>
<script>
function foo()
{
setTimeout(bar, 30);
}
function bar()
{
document.getElementById("TT").style.position = "absolute";
document.documentElement.removeAttribute("class");
}
</script>
</head>
<body onload="foo();">
<div id="TT"><div style="position: fixed;"><div style="display: -moz-box;"><div style="float: left;"></div></div></div></div>
</body>
</html>

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

@ -7,6 +7,7 @@ load 310267-1.xml
load 310638-1.svg
load 310638-2.html
load 313086-1.xml
load 322436-1.html
load 331204-1.html
load 335140-1.html
load 337419-1.html