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

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: 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
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>

Powered by Google App Engine
This is Rietveld 408576698