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

Unified Diff: chrome/test/data/extensions/platform_apps/modal_dialogs/main.html

Issue 9195018: Disable modal JavaScript dialogs for platform apps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix spelling Created 8 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/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>

Powered by Google App Engine
This is Rietveld 408576698