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

Unified Diff: chrome/test/data/frame_tree/anchor_to_same_site_location.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
« no previous file with comments | « chrome/browser/chrome_navigation_browsertest.cc ('k') | content/shell/browser/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/frame_tree/anchor_to_same_site_location.html
diff --git a/chrome/test/data/frame_tree/anchor_to_same_site_location.html b/chrome/test/data/frame_tree/anchor_to_same_site_location.html
index 56ce8037c7647de15c2de66f56b83d94b6af4038..ed3f83ed46b9f764b10d8f0b803957d08ff226f6 100644
--- a/chrome/test/data/frame_tree/anchor_to_same_site_location.html
+++ b/chrome/test/data/frame_tree/anchor_to_same_site_location.html
@@ -18,5 +18,15 @@ https://crbug.com/658386.
<hr>
<a href="/title1.html"
id="test-anchor-no-target">Test link to click while holding ctrl key</a>
+<hr>
+<a href="/title1.html"
+ target="_blank"
+ id="test-anchor-with-blank-target">Test link with target="_blank"</a>
+<hr>
+<a href="/title1.html"
+ target="subframe"
+ id="test-anchor-with-subframe-target">Test link with target="subframe"</a>
+
+<iframe src="/title1.html" name="subframe"></iframe>
</body>
</html>
« no previous file with comments | « chrome/browser/chrome_navigation_browsertest.cc ('k') | content/shell/browser/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698