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

Unified Diff: chrome/test/data/popup_blocker/popup-frames-iframe.html

Issue 23600041: Add tests for recent popup blocker fixes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 7 years, 3 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/test/data/popup_blocker/popup-frames.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/popup_blocker/popup-frames-iframe.html
diff --git a/chrome/test/data/popup_blocker/popup-frames-iframe.html b/chrome/test/data/popup_blocker/popup-frames-iframe.html
new file mode 100644
index 0000000000000000000000000000000000000000..a73ec2538da26451f5a4addd862e1d8ec1d406ab
--- /dev/null
+++ b/chrome/test/data/popup_blocker/popup-frames-iframe.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html>
+<head>
+<title>iframe that opens a poup</title>
+<script>
+function test() {
+ window.open("about:blank");
+}
+</script>
+</head>
+<body onload="test()">
+</body>
+</html>
« no previous file with comments | « chrome/test/data/popup_blocker/popup-frames.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698