зеркало из https://github.com/mozilla/pjs.git
Bug 535926 - add crashtest
This commit is contained in:
Родитель
690b2425d9
Коммит
7c4f2ec286
|
@ -0,0 +1,28 @@
|
|||
<html class="reftest-wait">
|
||||
<head>
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
var i = 0;
|
||||
function mmf()
|
||||
{
|
||||
if (++i == 2) {
|
||||
document.body.innerHTML = "<marquee>";
|
||||
document.documentElement.removeAttribute("class");
|
||||
}
|
||||
}
|
||||
|
||||
function init()
|
||||
{
|
||||
document.documentElement.offsetHeight;
|
||||
for (var j = 0; j < 2; ++j) {
|
||||
var iframe = document.createElementNS("http://www.w3.org/1999/xhtml", "iframe");
|
||||
iframe.addEventListener("load", mmf, false);
|
||||
document.body.appendChild(iframe);
|
||||
}
|
||||
}
|
||||
|
||||
</script>
|
||||
</head>
|
||||
<body onload="setTimeout(init, 0);"></body>
|
||||
</html>
|
|
@ -62,6 +62,7 @@ load 490760-1.xhtml
|
|||
load 494810-1.html
|
||||
load 522516-1.html
|
||||
load 529670.html
|
||||
load 535926-1.html
|
||||
load 554230-1.xhtml
|
||||
load 552651.html
|
||||
load 558973.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче