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

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: fixing android compile 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
« no previous file with comments | « content/shell/browser/shell.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..2a0f38ae799ecc87a74a87c9e5e884ba59ba410d 100644
--- a/content/test/data/click-noreferrer-links.html
+++ b/content/test/data/click-noreferrer-links.html
@@ -36,6 +36,10 @@
return simulateClick(document.getElementById("noref_link"));
}
+ function clickBlankTargetedLink() {
+ return simulateClick(document.getElementById("blank_targeted_link"));
+ }
+
function testScriptAccessToWindow() {
// Grab a reference to the existing foo window and access its location.
try {
@@ -96,6 +100,8 @@
target="_blank">target=_blank</a><br>
<a href="http://REPLACE_WITH_HOST_AND_PORT/files/title2.html" id="noref_link"
rel="noreferrer">rel=noreferrer</a><br>
+<a href="about:blank" id="blank_targeted_link" target="foo">
+ blank_targeted_link=foo</a><br>
<iframe id="frame1" src="frame_tree/1-1.html"></iframe>
« no previous file with comments | « content/shell/browser/shell.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698