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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/security/secureContexts/resources/post-securecontext-status.html

Issue 1373773003: Implement 'window.isSecureContext'. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: document. Created 5 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
OLDNEW
(Empty)
1 <script>
2 ["top", "parent", "opener"].forEach(function (x) {
3 if (window[x] && window[x] != window)
4 window[x].postMessage({ "isSecureContext": window.isSecureContext }, "*");
5 });
6 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698