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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « chrome/test/data/android/cookie.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <html>
2
3 <head>
4 <title>Test page for popups</title>
5
6 <script>
7 function openPopup() {
8 window.open('data:text/html;charset=utf8,This is a popup', 'popup', 'height=200, width=150');
9 }
10 </script>
11 </head>
12
13 <body onload="openPopup()">
14 This page opens a popup when it is loaded.
15 </body>
16
17 </html>
OLDNEW
« 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