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

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... 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: 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..5a9d735692cbc827071667c73f7e629cf90e7d4d 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,14 @@ 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>
+<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>

Powered by Google App Engine
This is Rietveld 408576698