Index: chrome/test/data/extensions/platform_apps/storage/main.html |
diff --git a/chrome/test/data/extensions/platform_apps/storage/main.html b/chrome/test/data/extensions/platform_apps/storage/main.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..841f488317b11661d212fb4339bd41df9261b206 |
--- /dev/null |
+++ b/chrome/test/data/extensions/platform_apps/storage/main.html |
@@ -0,0 +1,13 @@ |
+<!-- |
+ * Copyright (c) 2012 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. |
+--> |
+<p> |
+ Verifying that WebSQL and localStorage are blocked. |
+</p> |
+ |
+<p> |
+ Even though the test runs in the background, we have this page because |
+ platform apps require a launch container. |
Mihai Parparita -not on Chrome
2012/01/20 19:59:28
Can you move the test code to main.html (or I gues
|
+</p> |