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

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

Issue 1745333002: Fix secureContexts layout tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add unauthenticated.html to site-per-process expectations Created 4 years, 9 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 | « third_party/WebKit/LayoutTests/http/tests/security/secureContexts/authenticated.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <script> 1 <script>
2 ["top", "parent", "opener"].forEach(function (x) { 2 if (window.top && window.top != window)
3 if (window[x] && window[x] != window) 3 window.top.postMessage({ "isSecureContext": window.isSecureContext }, "* ");
4 window[x].postMessage({ "isSecureContext": window.isSecureContext }, "*");
5 });
6 </script> 4 </script>
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/http/tests/security/secureContexts/authenticated.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698