2010-05-31 21:50:55 +04:00
|
|
|
<!DOCTYPE HTML>
|
|
|
|
<html>
|
|
|
|
<!--
|
|
|
|
https://bugzilla.mozilla.org/show_bug.cgi?id=426082
|
|
|
|
-->
|
|
|
|
<head>
|
|
|
|
<title>Test for Bug 426082</title>
|
2019-04-16 06:53:28 +03:00
|
|
|
<script src="/tests/SimpleTest/SimpleTest.js"></script>
|
|
|
|
<script src="/tests/SimpleTest/EventUtils.js"></script>
|
|
|
|
<script src="/tests/SimpleTest/WindowSnapshot.js"></script>
|
2010-05-31 21:50:55 +04:00
|
|
|
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
|
|
|
</head>
|
2012-08-29 09:48:13 +04:00
|
|
|
<body>
|
|
|
|
|
2010-05-31 21:50:55 +04:00
|
|
|
<pre id="test">
|
2017-02-23 00:10:07 +03:00
|
|
|
<script type="application/javascript">
|
2010-05-31 21:50:55 +04:00
|
|
|
|
|
|
|
/** Test for Bug 426082 **/
|
|
|
|
SimpleTest.waitForExplicitFinish();
|
2012-08-29 09:48:13 +04:00
|
|
|
var subwindow = window.open("./bug426082.html", "bug426082", "width=800,height=1000");
|
2010-05-31 21:50:55 +04:00
|
|
|
|
2012-08-29 09:48:13 +04:00
|
|
|
function finishTests() {
|
|
|
|
subwindow.close();
|
2010-05-31 21:50:55 +04:00
|
|
|
SimpleTest.finish();
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
</pre>
|
2012-07-04 04:21:03 +04:00
|
|
|
|
2010-05-31 21:50:55 +04:00
|
|
|
</body>
|
|
|
|
</html>
|