bug 389326 - crash test by Jesse Ruderman.

This commit is contained in:
Bob Clary 2009-04-24 10:08:21 -07:00
Родитель 6c5e9b3852
Коммит 5e02e4d975
3 изменённых файлов: 39 добавлений и 0 удалений

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

@ -0,0 +1,29 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script>
<![CDATA[
function boom()
{
var f = document.getElementById("f");
var s = document.getElementById("s");
s.insertBefore(f, s.firstChild);
setTimeout(rel, 200);
}
function rel()
{
location.reload();
}
]]>
</script>
</head>
<body onload="boom();">
<font id="f"><b>2</b>"</font>
<b>"<span id="s">="<b></b></span></b>
</body>
</html>

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

@ -0,0 +1,9 @@
<html class="reftest-wait">
<head>
<script>
setTimeout('document.documentElement.className = ""', 1000);
</script>
<body>
<iframe src="389326-1-inner.xhtml"></iframe>
</body>
</html>

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

@ -21,6 +21,7 @@ load 385417-2.html
load 385423-1.html
load 385423-2.html
load 385719-1.html
load 389326-1.html
load 393746-1.xhtml
load 393749-1.html
load 393822-1.html