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

Unified Diff: chrome/test/data/click_modifier/window_open.html

Issue 11235048: Test suite that monitors the disposition of JS-created windows based on what (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix style nits Created 8 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
Index: chrome/test/data/click_modifier/window_open.html
diff --git a/chrome/test/data/click_modifier/window_open.html b/chrome/test/data/click_modifier/window_open.html
new file mode 100644
index 0000000000000000000000000000000000000000..f70ddfdbeb5f475f7662638b6bcf620d0478b6e0
--- /dev/null
+++ b/chrome/test/data/click_modifier/window_open.html
@@ -0,0 +1,15 @@
+<html>
+<head>
+<title>First window</title>
+<script>
+function test() {
+ window.open("data:text/html,<title>New window!</title>" +
+ "this is the new window");
+}
+</script>
+</head>
+<body onclick="test()">
+click modifier test page
+</body>
+</html>
+
« no previous file with comments | « chrome/browser/unload_browsertest.cc ('k') | content/browser/browser_plugin/browser_plugin_host_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698