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

Side by Side Diff: LayoutTests/http/tests/security/mixedContent/resources/frame-with-insecure-script.html

Issue 901903003: CSP: Adding the 'upgrade-insecure-requests' directive. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: unittest Created 5 years, 10 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 | Source/core/dom/Document.cpp » ('j') | Source/core/fetch/ResourceFetcher.cpp » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <script src="http://127.0.0.1:8080/security/mixedContent/resources/script.js"></ script> 1 <script src="http://127.0.0.1:8080/security/mixedContent/resources/script.js"></ script>
2 <script> 2 <script>
3 window.onload = function() { 3 window.onload = function() {
4 if (window.opener) 4 if (window.opener)
5 window.opener.postMessage('done', '*'); 5 window.opener.postMessage('done', '*');
6 if (window.parent != window)
Yoav Weiss 2015/02/06 09:58:36 Is this a leftover from the layout tests change?
7 window.parent.postMessage('done', '*');
6 }; 8 };
7 </script> 9 </script>
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/Document.cpp » ('j') | Source/core/fetch/ResourceFetcher.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698