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

Unified Diff: LayoutTests/fast/notifications/notification-properties.html

Issue 186713002: Add new layout tests for the Web Notification API. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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: LayoutTests/fast/notifications/notification-properties.html
diff --git a/LayoutTests/fast/notifications/notification-properties.html b/LayoutTests/fast/notifications/notification-properties.html
index 802fe1ea7bd3107c9b44f93674bd97340f29e066..15678bce39472846a8d948c9bcba1ad3dfbb1e5d 100644
--- a/LayoutTests/fast/notifications/notification-properties.html
+++ b/LayoutTests/fast/notifications/notification-properties.html
@@ -9,7 +9,7 @@
<script>
description("Checks that the {title, dir, lang, body, tag, icon} properties are set on the Notification object.");
if (window.testRunner) {
- testRunner.grantWebNotificationPermission("file://");
+ testRunner.grantWebNotificationPermission("file://", true);
testRunner.dumpAsText();
}

Powered by Google App Engine
This is Rietveld 408576698