зеркало из https://github.com/mozilla/pjs.git
I'd rather be a crashtest than a nail.
This commit is contained in:
Родитель
276a7d607a
Коммит
bb5d08fb0b
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче