зеркало из https://github.com/mozilla/pjs.git
Add crashtest
This commit is contained in:
Родитель
f1a23a2318
Коммит
e02f30a981
|
@ -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
|
||||||
|
|
Загрузка…
Ссылка в новой задаче