Two hundred crashtests can't be wrong.

This commit is contained in:
jruderman@hmc.edu 2007-12-15 21:30:15 -08:00
parent 5031f45cc0
commit 4db0916c8c
2 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,37 @@
<html style="border: 1px solid red; width: 6em;" class="reftest-wait">
<head>
<script type="text/javascript">
function f1()
{
document.getElementById("s").style.cssFloat = "left";
document.body.style.display = "inline";
document.getElementById("d").style.display = "inline";
document.getElementById("p").style.display = "inline";
setTimeout(f2, 30);
}
function f2()
{
document.getElementById("d").style.cssFloat = "left";
document.documentElement.removeAttribute("class");
}
</script>
</head>
<body onload="f1()">
TTTTT TTTTT
<div id="d">
YY
<p id="p">
ZZ
<span id="s">
</body>
</html>

View File

@ -10,6 +10,7 @@ load 313086-1.xml
load 331204-1.html
load 335140-1.html
load 337419-1.html
load 339651-1.html
load 343540-1.html
load 349095-1.xhtml
load 350128-1.xhtml