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

Unified Diff: chrome/test/data/extensions/platform_apps/example/basic/window.html

Issue 2657673003: DO NOT SUBMIT: Example test that blocks on mac. (Closed)
Patch Set: guest.{html,js} not needed Created 3 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
Index: chrome/test/data/extensions/platform_apps/example/basic/window.html
diff --git a/chrome/test/data/extensions/platform_apps/example/basic/window.html b/chrome/test/data/extensions/platform_apps/example/basic/window.html
new file mode 100644
index 0000000000000000000000000000000000000000..0386a4f1793adf92e047ea77eab6150e7828f85b
--- /dev/null
+++ b/chrome/test/data/extensions/platform_apps/example/basic/window.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<!--
+Copyright 2015 The Chromium Authors. All rights reserved.
+Use of this source code is governed by a BSD-style license that can be
+found in the LICENSE file.
+-->
+<html>
+ <body>
+ <p>Content</p>
+ <script src="window.js"></script>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698