зеркало из https://github.com/mozilla/pjs.git
Add crashtest.
This commit is contained in:
Родитель
d200d95d70
Коммит
005fb6e234
|
@ -0,0 +1,29 @@
|
|||
<html class="reftest-wait">
|
||||
<head>
|
||||
<script>
|
||||
|
||||
function boom()
|
||||
{
|
||||
document.getElementById("ta").style.overflow = "scroll";
|
||||
setTimeout(boom2, 12);
|
||||
}
|
||||
|
||||
function boom2()
|
||||
{
|
||||
document.getElementById("ta").style.overflow = "";
|
||||
setTimeout(boom, 12);
|
||||
}
|
||||
|
||||
function cont()
|
||||
{
|
||||
document.documentElement.removeAttribute("class");
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body onload="boom(); setTimeout(cont, 3000);">
|
||||
|
||||
<textarea id="ta">x</textarea>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -3,4 +3,5 @@ load 326618-1.html
|
|||
load 326865-1.html
|
||||
load 338391-1.xhtml
|
||||
load 343730-1.xhtml
|
||||
load 386000-1.html
|
||||
load 386000-1.html
|
||||
load 399712-1.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче