-1:000000000000 | 0:09942b9e102f |
---|---|
1 <!DOCTYPE HTML> | |
2 <html> | |
3 <head> | |
4 <title>Unsecure img load in two windows</title> | |
5 <script type="text/javascript" src="/tests/SimpleTest/SimpleTest.js"></script> | |
6 <script type="text/javascript" src="mixedContentTest.js"></script> | |
7 <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" /> | |
8 | |
9 <script class="testbody" type="text/javascript"> | |
10 | |
11 openTwoWindows = true; | |
12 testPage = "unsecurePictureDup.html"; | |
13 | |
14 </script> | |
15 </head> | |
16 | |
17 <body> | |
18 </body> | |
19 </html> |