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

Unified 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: 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/drive_first_run/good/endpoint.html
diff --git a/chrome/test/data/drive_first_run/good/endpoint.html b/chrome/test/data/drive_first_run/good/endpoint.html
new file mode 100644
index 0000000000000000000000000000000000000000..a1045dde11b3e04c644e63307429054c12d0445f
--- /dev/null
+++ b/chrome/test/data/drive_first_run/good/endpoint.html
@@ -0,0 +1,12 @@
+<html>
+<title>Test Endpoint</title>
+<body>
+<p> This endpoint should open and register a background page for the app. </p>
+
+<script type="text/javascript">
+document.addEventListener("DOMContentLoaded", function(event) {
+ window.open("background.html#0", "bg", "background");
+});
+</script>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698