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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/navigation/post-with-modifier.html

Issue 2453093003: child-src and frame-src CSP are not applicable when navigating a new window. (Closed)
Patch Set: Address a CR feedback nit - get rid of unnecessary parens. Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/frame-src-vs-shift-click.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/http/tests/navigation/post-with-modifier.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/navigation/post-with-modifier.html b/third_party/WebKit/LayoutTests/http/tests/navigation/post-with-modifier.html
index 7bbb376947d15a849d0bed88492055a6fb127601..d4d0bf3362bcc587e182c3b9d913daa792bf4d6f 100644
--- a/third_party/WebKit/LayoutTests/http/tests/navigation/post-with-modifier.html
+++ b/third_party/WebKit/LayoutTests/http/tests/navigation/post-with-modifier.html
@@ -34,6 +34,9 @@ if (window.testRunner) {
// Shift-clicking doesn't set window.opener, so we allow the new window
// to find the opener using the name being set below.
+ // TODO(lukasza): After fixing https://crbug.com/658386, the test will
+ // need to use another mechanism for communicating verification results
+ // (most likely OOPIF-replicated testRunner.setCustomTextOutput).
window.name = "mainTestWindow";
window.addEventListener('message', function(e) {
concludeTest(e.data);
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/frame-src-vs-shift-click.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698