Add bug 382131's testcase (changed slightly) as a crashtest

This commit is contained in:
Jesse Ruderman 2008-09-06 21:36:13 -07:00
Родитель baf1fdce5e
Коммит 4d14defe85
2 изменённых файлов: 26 добавлений и 0 удалений

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

@ -0,0 +1,25 @@
<html class="reftest-wait">
<head>
<script>
function crash()
{
try {
window.getSelection().containsNode([], false);
} catch(e) { }
try {
window.getSelection().containsNode(null, false);
} catch(e) { }
document.documentElement.removeAttribute("class");
}
</script>
</head>
<body onload="setTimeout(crash, 10);">
Foo
</body>
</html>

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

@ -53,6 +53,7 @@ load 379217-2.xhtml
load 379917-1.xhtml
load 380012-1.html
load 382129-1.xhtml
load 382131-1.html
load 382199-1.html
load 382208-1.xhtml
load 382262-1.html