|
1 <!DOCTYPE HTML> |
|
2 <html> |
|
3 <!-- |
|
4 https://bugzilla.mozilla.org/show_bug.cgi?id=468160 |
|
5 --> |
|
6 <head> |
|
7 <title>Test for Bug 468160</title> |
|
8 <script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script> |
|
9 <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/> |
|
10 </head> |
|
11 <body> |
|
12 <a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=468160">Mozilla Bug 468160</a> |
|
13 <p id="display"></p> |
|
14 <div id="content" style="display: none"> |
|
15 <!-- bug468160.sjs does a simple redirect to a PNG image. As long as this |
|
16 doesn't leak, this test passes. --> |
|
17 |
|
18 <object data="bug468160.sjs"></object> |
|
19 |
|
20 </div> |
|
21 <pre id="test"> |
|
22 <script type="application/javascript"> |
|
23 |
|
24 ok(true, "test passed"); |
|
25 |
|
26 </script> |
|
27 </pre> |
|
28 </body> |
|
29 </html> |