I'd rather be a crashtest than a nail.

This commit is contained in:
jruderman@hmc.edu 2007-12-17 17:55:00 -08:00
Родитель 276a7d607a
Коммит bb5d08fb0b
2 изменённых файлов: 34 добавлений и 0 удалений

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

@ -0,0 +1,33 @@
<html class="reftest-wait">
<head>
<script>
var obj;
function boo()
{
obj = document.getElementById("obj");
setScriptSrc();
}
function setScriptSrc()
{
obj.data = "javascript:setScriptSrc2();";
}
function setScriptSrc2()
{
obj.data = "javascript:void 0";
document.documentElement.removeAttribute("class");
}
</script>
</head>
<body onload="setTimeout(boo, 30);">
<object data="../../../testing/crashtest/images/tree.gif" id="obj">
</body>
</html>

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

@ -7,6 +7,7 @@ load 338391-1.xhtml
load 340733-1.html
load 343730-1.xhtml
load 343850-1.xhtml
load 344882-1.html
load 386000-1.html
load 386794-1.html
load 399712-1.html