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

Unified Diff: LayoutTests/fast/notifications/notifications-constructor-request-permission-expected.txt

Issue 393863002: Switch Blink to the new Web Notifications permission path. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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/notifications-constructor-request-permission-expected.txt
diff --git a/LayoutTests/fast/notifications/notifications-constructor-request-permission-expected.txt b/LayoutTests/fast/notifications/notifications-constructor-request-permission-expected.txt
index 5d76015ba16756f5070aa446033a9c44312a1b51..1b2a773c61ec812c98203a6a1b3f86433800b744 100644
--- a/LayoutTests/fast/notifications/notifications-constructor-request-permission-expected.txt
+++ b/LayoutTests/fast/notifications/notifications-constructor-request-permission-expected.txt
@@ -1,5 +1,8 @@
-DESKTOP NOTIFICATION PERMISSION REQUESTED: file://
-Requesting notification permission...
+Tests that it is possible to request permission to display Web Notifications from a document context, for which the passed callback will be invoked with the requests' result. It also makes sure that not passing a callback won't result in a crash.
-PASS: Permission callback invoked.
+PASS successfullyParsed is true
+
+TEST COMPLETE
+PASS result is "default"
+PASS result is "granted"

Powered by Google App Engine
This is Rietveld 408576698