2008-03-14 11:45:32 -07:00
|
|
|
<!DOCTYPE html>
|
2007-08-29 13:38:44 -07:00
|
|
|
<html>
|
|
|
|
<!--
|
|
|
|
https://bugzilla.mozilla.org/show_bug.cgi?id=199692
|
|
|
|
-->
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
|
|
<title>Test for Bug 199692</title>
|
2009-05-06 13:46:04 -07:00
|
|
|
<script type="text/javascript" src="/MochiKit/packed.js"></script>
|
2007-08-29 13:38:44 -07:00
|
|
|
<script type="text/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
|
|
|
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
|
|
|
|
</head>
|
|
|
|
<body>
|
2008-03-14 11:45:32 -07:00
|
|
|
<script type="text/javascript">
|
2007-08-29 13:38:44 -07:00
|
|
|
SimpleTest.waitForExplicitFinish();
|
|
|
|
|
2008-03-14 11:45:32 -07:00
|
|
|
// The popup calls MochiTest methods in this window through window.opener
|
|
|
|
window.open("bug199692-popup.html", "bug199692", "width=600,height=600");
|
|
|
|
</script>
|
2007-08-29 13:38:44 -07:00
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
|