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

Unified Diff: chrome/test/data/click-noreferrer-links.html

Issue 9706047: Allow targeted links to work on tabs that have swapped out processes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add TODO Created 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/test/data/navigate_opener.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/click-noreferrer-links.html
diff --git a/chrome/test/data/click-noreferrer-links.html b/chrome/test/data/click-noreferrer-links.html
index f23f34e27b07f6fe2f7bc95f26187f33f1152402..f60f1edc14d4cb3d8e9348f6d25fd9213ef0706e 100644
--- a/chrome/test/data/click-noreferrer-links.html
+++ b/chrome/test/data/click-noreferrer-links.html
@@ -47,7 +47,7 @@
<a href="title2.html" id="samesite_noref_and_targeted_link"
rel="noreferrer" target="foo">
same-site rel=noreferrer and target=foo</a><br>
-<a href="title2.html" id="samesite_targeted_link" target="foo">
+<a href="navigate_opener.html" id="samesite_targeted_link" target="foo">
<a href="https://REPLACE_WITH_HOST_AND_PORT/files/title2.html" id="tblank_link"
target="_blank">target=_blank</a><br>
<a href="https://REPLACE_WITH_HOST_AND_PORT/files/title2.html" id="noref_link"
« no previous file with comments | « no previous file | chrome/test/data/navigate_opener.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698