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

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

Issue 743773003: OOPIF: Data URLs are now rendered in the renderer that initiated the navigation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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: content/test/data/click-noreferrer-links.html
diff --git a/content/test/data/click-noreferrer-links.html b/content/test/data/click-noreferrer-links.html
index 1d79bb5d20e8e8d3103dfb96cdecdd7acc40b9eb..3b79982e1288cb91d41612bea3d040111e0fb93b 100644
--- a/content/test/data/click-noreferrer-links.html
+++ b/content/test/data/click-noreferrer-links.html
@@ -24,6 +24,10 @@
return simulateClick(document.getElementById("samesite_targeted_link"));
}
+ function clickBlankTargetedLink() {
Charlie Reis 2014/12/11 00:43:39 nit: Let's move this after clickNoRefLink(), since
lfg 2014/12/11 23:55:24 Done.
+ return simulateClick(document.getElementById("blank_targeted_link"));
+ }
+
function clickSameSiteTargetBlankLink() {
return simulateClick(document.getElementById("samesite_tblank_link"));
}
@@ -90,6 +94,8 @@
same-site rel=noreferrer and target=foo</a><br>
<a href="navigate_opener.html" id="samesite_targeted_link" target="foo">
same-site target=foo</a><br>
+<a href="about:blank" id="blank_targeted_link" target="foo">
+ blank_targeted_link=foo</a><br>
Charlie Reis 2014/12/11 00:43:39 Same here (move after noref_link).
lfg 2014/12/11 23:55:24 Done.
<a href="title2.html" id="samesite_tblank_link" target="_blank">
same-site target=_blank</a><br>
<a href="http://REPLACE_WITH_HOST_AND_PORT/files/title2.html" id="tblank_link"
« content/public/browser/navigation_controller.h ('K') | « content/shell/browser/shell.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698