jruderman%hmc.edu d40f0938a4 Add a crashtest.
git-svn-id: svn://10.0.0.236/trunk@241441 18797224-902f-48f8-a5cc-f745e15eee43
2007-12-16 04:33:04 +00:00

23 lines
331 B
HTML

<html class="reftest-wait">
<head>
<style>
html:first-line { }
body { direction: rtl; float: right; }
</style>
<script>
function boom()
{
document.body.style.cssFloat = "none";
document.documentElement.removeAttribute("class");
}
</script>
</head>
<body onload="setTimeout(boom, 30);">
<p>Hello world</p>
</body>
</html>