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

Unified Diff: third_party/WebKit/LayoutTests/fast/loader/middle-click-target-blank.html

Issue 2680353005: WebContents created via ctrl-click should be in a new process (target=_blank). (Closed)
Patch Set: Rebasing updating LayoutTest/FlagExpectations to account for test name change. Created 3 years, 8 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
Index: third_party/WebKit/LayoutTests/fast/loader/middle-click-target-blank.html
diff --git a/third_party/WebKit/LayoutTests/fast/loader/create-view-target-blank.html b/third_party/WebKit/LayoutTests/fast/loader/middle-click-target-blank.html
similarity index 95%
rename from third_party/WebKit/LayoutTests/fast/loader/create-view-target-blank.html
rename to third_party/WebKit/LayoutTests/fast/loader/middle-click-target-blank.html
index 448cc9b1b2fb6156933be365af067bec92cb850d..a39bf1574af29b46949964c889c69db16977c8ca 100644
--- a/third_party/WebKit/LayoutTests/fast/loader/create-view-target-blank.html
+++ b/third_party/WebKit/LayoutTests/fast/loader/middle-click-target-blank.html
@@ -4,6 +4,7 @@
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.dumpCreateView();
+ testRunner.dumpNavigationPolicy();
testRunner.setCanOpenWindows();
testRunner.setCloseRemainingWindowsWhenComplete();
testRunner.waitUntilDone();

Powered by Google App Engine
This is Rietveld 408576698