зеркало из https://github.com/mozilla/pjs.git
Add crashtest for bug 225868. The setTimeout seems to be necessary to get the second onload to fire.
This commit is contained in:
Родитель
6df1c12430
Коммит
0b86b9a553
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<head>
|
||||
<style type="text/css">
|
||||
|
||||
html { overflow: hidden; }
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body onload="setTimeout(function(){document.write('<body onload="parent.document.documentElement.removeAttribute(\'class\');">2</body>'); document.close();}, 0);">
|
||||
|
||||
1
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html class="reftest-wait">
|
||||
<head></head>
|
||||
<body>
|
||||
<iframe src="225868-1-inner.html"></iframe>
|
||||
</body>
|
||||
</html>
|
|
@ -1,3 +1,4 @@
|
|||
load 225868-1.html
|
||||
load 302260-1.html
|
||||
load 307979-1.html
|
||||
load 310556-1.xhtml
|
||||
|
|
Загрузка…
Ссылка в новой задаче