Upstream version 11.40.271.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / security / mixedContent / insecure-css-image-with-reload.html
1 <html>
2 <body>
3 <p>This test opens a window that loads a frame with a subframe which contains
4 insecure css image. The subframe is refreshed after it loads. We should trigger
5 a mixed content callback twice despite the fact that on a second load of the
6 subframe a css cache might be used to fetch an image.</p>
7 <script>
8 if (window.testRunner) {
9     testRunner.waitUntilDone();
10     testRunner.dumpAsText();
11     testRunner.setCanOpenWindows();
12     testRunner.setCloseRemainingWindowsWhenComplete(true);
13 }
14 window.open("https://127.0.0.1:8443/security/mixedContent/resources/frame-with-subframe-and-reload.html");
15 </script>
16 </body>
17 </html>