зеркало из https://github.com/mozilla/pjs.git
im in ur tinderbox, crashtesting ur firefox
This commit is contained in:
Родитель
a31c3bf18e
Коммит
55c029088a
|
@ -0,0 +1,27 @@
|
|||
<html>
|
||||
<head>
|
||||
<script>
|
||||
|
||||
var img;
|
||||
|
||||
function boo()
|
||||
{
|
||||
img = document.getElementById("img");
|
||||
setScriptSrc();
|
||||
}
|
||||
|
||||
function setScriptSrc()
|
||||
{
|
||||
img.src = "javascript:setScriptSrc();";
|
||||
}
|
||||
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body onload="setTimeout(boo, 30);">
|
||||
|
||||
<img src="../../../../testing/crashtest/images/tree.gif" id="img">
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
|
@ -0,0 +1 @@
|
|||
load 344874-1.html
|
|
@ -14,6 +14,7 @@ include ../../docshell/base/crashtests/crashtests.list
|
|||
|
||||
include ../../dom/src/base/crashtests/crashtests.list
|
||||
include ../../dom/src/offline/crashtests/crashtests.list
|
||||
include ../../dom/src/jsurl/crashtests/crashtests.list
|
||||
|
||||
include ../../editor/libeditor/html/crashtests/crashtests.list
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче