2011-03-30 21:40:48 +04:00
|
|
|
<!DOCTYPE HTML>
|
|
|
|
<html>
|
|
|
|
<!--
|
|
|
|
https://bugzilla.mozilla.org/show_bug.cgi?id=602256
|
|
|
|
-->
|
|
|
|
<head>
|
|
|
|
<title>Test for Bug 602256</title>
|
2019-04-16 06:50:44 +03:00
|
|
|
<script src="/tests/SimpleTest/SimpleTest.js"></script>
|
2011-03-30 21:40:48 +04:00
|
|
|
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=602256">Mozilla Bug 602256</a>
|
|
|
|
<p id="display"></p>
|
|
|
|
<div id="content">
|
|
|
|
</div>
|
|
|
|
<pre id="test">
|
|
|
|
<script type="application/javascript">
|
|
|
|
|
|
|
|
/** Test for Bug 602256 **/
|
|
|
|
|
|
|
|
SimpleTest.waitForExplicitFinish();
|
2014-04-02 16:53:04 +04:00
|
|
|
var win = window.open("file_framedhistoryframes.html");
|
2011-03-30 21:40:48 +04:00
|
|
|
|
|
|
|
function done() {
|
2014-04-02 16:53:04 +04:00
|
|
|
win.close();
|
2011-03-30 21:40:48 +04:00
|
|
|
SimpleTest.finish();
|
|
|
|
}
|
|
|
|
|
|
|
|
</script>
|
|
|
|
</pre>
|
|
|
|
</body>
|
|
|
|
</html>
|