This commit is contained in:
jruderman@hmc.edu 2007-12-15 21:35:55 -08:00
Родитель 2f2aa641e2
Коммит 9133577c03
2 изменённых файлов: 29 добавлений и 0 удалений

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

@ -0,0 +1,28 @@
<html class="reftest-wait">
<head>
<script type="text/javascript">
function boom()
{
var q1 = document.getElementById("q1");
var q2 = document.getElementById("q2");
q1.style.cssFloat = "right"
q2.style.cssFloat = "right"
setTimeout(function(){
q1.style.cssFloat = "none";
document.documentElement.removeAttribute("class");
}, 30);
}
</script>
</head>
<body onload="setTimeout(boom, 30);">
<b id="q1">AAA</b>
<b id="q2">BBB</b>
</body>
</html>

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

@ -2,6 +2,7 @@ load 331284-1.xhtml
load 334105-1.xhtml
load 334147-1.xhtml
load 337412-1.html
load 342322-1.html
load 348991-1.xhtml
load 366667-1.html
load 366952-1.html