mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
29 lines
741 B
HTML
29 lines
741 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<!--
|
|
https://bugzilla.mozilla.org/show_bug.cgi?id=514732
|
|
-->
|
|
<head>
|
|
<title>Test for Bug 514732</title>
|
|
<script type="text/javascript" src="/MochiKit/packed.js"></script>
|
|
<script type="text/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
|
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
|
|
|
</head>
|
|
<body>
|
|
<a target="_blank" href="https://bugzilla.mozilla.org/show_bug?id=514732">Mozilla Bug 514732</a>
|
|
|
|
<pre id="test">
|
|
<script class="testbody" style="width: 300; height: 150;" type="text/javascript;version=1.8">
|
|
window.open("./file_bug514732_helper.html", "", "width=600,height=600");
|
|
SimpleTest.waitForExplicitFinish();
|
|
</script>
|
|
</pre>
|
|
|
|
|
|
</script>
|
|
</pre>
|
|
|
|
</body>
|
|
</html>
|