Oreon-Lime-R2/mingw-wine-gecko/wine-gecko-2.47.4-src/wine-gecko-2.47.4/dom/jsurl/crashtests/344874-1.html

28 lines
325 B
HTML
Raw Normal View History

<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>