зеркало из https://github.com/mozilla/pjs.git
Add bug 382131's testcase (changed slightly) as a crashtest
This commit is contained in:
Родитель
baf1fdce5e
Коммит
4d14defe85
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче