Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(275)

Side by Side Diff: LayoutTests/http/tests/security/mixedContent/insecure-css-image-with-reload.html

Issue 439223005: Resources restored from CSS cache should be able to trigger InsecureContent messages (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: adjust shouldBlockFetch call to current code Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | LayoutTests/http/tests/security/mixedContent/insecure-css-image-with-reload-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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-s ubframe-and-reload.html");
15 </script>
16 </body>
17 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/http/tests/security/mixedContent/insecure-css-image-with-reload-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698