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

Unified Diff: chrome/test/data/android/popup.html

Issue 850813002: Upstream Site Settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@location_settings_singleton
Patch Set: use findbugs annotations; fix test Created 5 years, 11 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/android/cookie.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/android/popup.html
diff --git a/chrome/test/data/android/popup.html b/chrome/test/data/android/popup.html
new file mode 100644
index 0000000000000000000000000000000000000000..35f559078278f0b00741629397f78420b9f29927
--- /dev/null
+++ b/chrome/test/data/android/popup.html
@@ -0,0 +1,17 @@
+<html>
+
+<head>
+<title>Test page for popups</title>
+
+<script>
+function openPopup() {
+window.open('data:text/html;charset=utf8,This is a popup', 'popup', 'height=200,width=150');
+}
+</script>
+</head>
+
+<body onload="openPopup()">
+This page opens a popup when it is loaded.
+</body>
+
+</html>
« no previous file with comments | « chrome/test/data/android/cookie.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698