4 https://bugzilla.mozilla.org/show_bug.cgi?id=344861
7 <title>Test for Bug
344861</title>
8 <script type=
"text/javascript" src=
"/MochiKit/packed.js"></script>
9 <script type=
"text/javascript" src=
"/tests/SimpleTest/SimpleTest.js"></script>
10 <link rel=
"stylesheet" type=
"text/css" href=
"/tests/SimpleTest/test.css" />
13 <a target=
"_blank" href=
"https://bugzilla.mozilla.org/show_bug.cgi?id=344861">Mozilla Bug
344861</a>
15 <div id=
"content" style=
"display: none">
19 <script class=
"testbody" type=
"text/javascript">
21 /** Test for Bug
344861 **/
22 SimpleTest.waitForExplicitFinish();
24 var newwindow = window.open(
"/",
"testwindow",
"width=200,height=200");
25 newwindow.onload = function() {
26 is(newwindow.innerHeight,
200,
"window.open has correct height dimensions");
27 is(newwindow.innerWidth,
200,
"window.open has correct width dimensions");