mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
I'd rather be a crashtest than a nail.
This commit is contained in:
parent
6e65ef53f5
commit
58119c0a67
33
content/base/crashtests/344882-1.html
Normal file
33
content/base/crashtests/344882-1.html
Normal file
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user