Index: chrome/test/data/extensions/platform_apps/modal_dialogs/main.html |
diff --git a/chrome/test/data/extensions/platform_apps/modal_dialogs/main.html b/chrome/test/data/extensions/platform_apps/modal_dialogs/main.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..17d68cdd0c3347f6bf2c04798149acfd2cbd66a6 |
--- /dev/null |
+++ b/chrome/test/data/extensions/platform_apps/modal_dialogs/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 window.alert|confirm|prompt are blocked. |
+</p> |
+ |
+<p> |
+ Even though the test runs in the background, we have this page because |
+ platform apps require a launch container. |
+</p> |