зеркало из https://github.com/mozilla/pjs.git
Bug 540980 - try to make crashtest 143862-1 more deterministic; make 3 versions of it
This commit is contained in:
Родитель
24b3c451ff
Коммит
2a403766c7
|
@ -0,0 +1,19 @@
|
|||
<title>Testcase, bug 143862</title>
|
||||
<style type="text/css">
|
||||
html { overflow: hidden; }
|
||||
</style>
|
||||
<script>
|
||||
dump("143862-1-inner.html: A\n");
|
||||
window.addEventListener("load", o, false);
|
||||
function o()
|
||||
{
|
||||
dump("143862-1-inner.html: B*\n");
|
||||
document.documentElement.offsetHeight;
|
||||
dump("143862-1-inner.html: B\n");
|
||||
document.open();
|
||||
dump("143862-1-inner.html: C\n");
|
||||
parent.document.documentElement.removeAttribute("class");
|
||||
dump("143862-1-inner.html: D\n");
|
||||
document.close();
|
||||
}
|
||||
</script>
|
|
@ -2,6 +2,6 @@
|
|||
<head>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src="143862-1-inner.html"></iframe>
|
||||
<iframe src="143862-1a-inner.html"></iframe>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,17 @@
|
|||
<title>Testcase, bug 143862</title>
|
||||
<style type="text/css">
|
||||
html { overflow: hidden; }
|
||||
</style>
|
||||
<script>
|
||||
dump("143862-1-inner.html: A\n");
|
||||
window.addEventListener("DOMContentLoaded", o, false);
|
||||
function o()
|
||||
{
|
||||
dump("143862-1-inner.html: B\n");
|
||||
document.open();
|
||||
dump("143862-1-inner.html: C\n");
|
||||
parent.document.documentElement.removeAttribute("class");
|
||||
dump("143862-1-inner.html: D\n");
|
||||
document.close();
|
||||
}
|
||||
</script>
|
|
@ -0,0 +1,7 @@
|
|||
<html class="reftest-wait">
|
||||
<head>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src="143862-1b-inner.html"></iframe>
|
||||
</body>
|
||||
</html>
|
|
@ -4,7 +4,7 @@ html { overflow: hidden; }
|
|||
</style>
|
||||
<script>
|
||||
dump("143862-1-inner.html: A\n");
|
||||
setTimeout(o, 100);
|
||||
o();
|
||||
function o()
|
||||
{
|
||||
dump("143862-1-inner.html: B\n");
|
|
@ -0,0 +1,7 @@
|
|||
<html class="reftest-wait">
|
||||
<head>
|
||||
</head>
|
||||
<body>
|
||||
<iframe src="143862-1c-inner.html"></iframe>
|
||||
</body>
|
||||
</html>
|
|
@ -14,7 +14,9 @@ load 123049-1.html
|
|||
load 123946-1.html
|
||||
load 128855-1.html
|
||||
load 133410-1.html
|
||||
load 143862-1.html
|
||||
load 143862-1a.html
|
||||
load 143862-1b.html
|
||||
load 143862-1c.html
|
||||
load 143862-2.html
|
||||
load 147320-1.html
|
||||
load 148245-1.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче