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

Side by Side Diff: chrome/test/data/drive_first_run/good/endpoint.html

Issue 71013003: Add browser tests for enabling Google Drive offline mode on first run. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « chrome/test/data/drive_first_run/good/background.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 <title>Test Endpoint</title>
3 <body>
4 <p> This endpoint should open and register a background page for the app. </p>
5
6 <script type="text/javascript">
7 document.addEventListener("DOMContentLoaded", function(event) {
8 window.open("background.html#0", "bg", "background");
9 });
10 </script>
11 </body>
12 </html>
OLDNEW
« no previous file with comments | « chrome/test/data/drive_first_run/good/background.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698