Bug 422974 ? Prism uses old "Remember password?" mechanism. r=gavin
[wine-gecko.git] / content / base / test / test_bug402150.html
blob217ec56631d5bf1bb004f79c6557a0544b2245a0
1 <!DOCTYPE HTML>
2 <html>
3 <!--
4 https://bugzilla.mozilla.org/show_bug.cgi?id=402150
5 -->
6 <head>
7 <meta http-equiv="content-type" content="text/html; charset=utf-8">
8 <title>Test for Bug 402150</title>
9 <script type="text/javascript" src="/MochiKit/MochiKit.js"></script>
10 <script type="text/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
11 <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
12 </head>
13 <body>
14 <p id="display"></p>
15 <div id="content" style="display: none">
17 </div>
18 <pre id="test">
19 <script class="testbody" type="text/javascript">
20 /** Test for Bug 402150 **/
21 ok(true, "The document loaded properly");
22 </script>
23 </pre>
24 </body>
25 </html>