This commit is contained in:
jruderman%hmc.edu 2007-12-17 01:31:03 +00:00
Родитель f1a23a2318
Коммит e02f30a981
2 изменённых файлов: 28 добавлений и 0 удалений

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

@ -0,0 +1,27 @@
<html class="reftest-wait">
<head>
<title>Crash testcase</title>
<script>
function foo()
{
document.body.appendChild(document.createElement('frameset'));
setTimeout(bar, 30);
}
function bar()
{
document.body.style.display = '-moz-groupbox';
document.documentElement.removeAttribute("class");
}
</script>
</head>
<body onload="setTimeout(foo, 30);">
</body>
</html>

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

@ -1,3 +1,4 @@
load 307979-1.html
load 331284-1.xhtml load 331284-1.xhtml
load 334105-1.xhtml load 334105-1.xhtml
load 334147-1.xhtml load 334147-1.xhtml