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

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

Issue 328017: Second attempt to swap processes on rel=noreferrer, target=blank links.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 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 | « chrome/renderer/render_view.cc ('k') | webkit/api/public/WebFrame.h » ('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
===================================================================
--- chrome/test/data/click-noreferrer-links.html (revision 29943)
+++ chrome/test/data/click-noreferrer-links.html (working copy)
@@ -26,11 +26,11 @@
</script>
</head>
-<a href="https://127.0.0.1:9443/files/title1.html" id="noref_and_tblank_link"
+<a href="https://127.0.0.1:9443/files/title2.html" id="noref_and_tblank_link"
rel="noreferrer" target="_blank">rel=noreferrer and target=_blank</a><br>
-<a href="https://127.0.0.1:9443/files/title1.html" id="tblank_link"
+<a href="https://127.0.0.1:9443/files/title2.html" id="tblank_link"
target="_blank">target=_blank</a><br>
-<a href="https://127.0.0.1:9443/files/title1.html" id="noref_link"
+<a href="https://127.0.0.1:9443/files/title2.html" id="noref_link"
rel="noreferrer">rel=noreferrer</a><br>
</html>
Property changes on: chrome\test\data\click-noreferrer-links.html
___________________________________________________________________
Added: svn:eol-style
+ LF
« no previous file with comments | « chrome/renderer/render_view.cc ('k') | webkit/api/public/WebFrame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698