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

Unified Diff: chrome/test/data/notifications/platform_notification_service.html

Issue 1656243002: Implementation of renotify flag for Notifications. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added TypeError for incorrect options and unit test Created 4 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/notifications/platform_notification_service.html
diff --git a/chrome/test/data/notifications/platform_notification_service.html b/chrome/test/data/notifications/platform_notification_service.html
index 3d42f76ecdaa0fb6c188c26f1f75cd27f0264950..eca7d671a29c7af696249c79f74d814568aec586 100644
--- a/chrome/test/data/notifications/platform_notification_service.html
+++ b/chrome/test/data/notifications/platform_notification_service.html
@@ -57,6 +57,7 @@
timestamp: 621046800000,
silent: true,
requireInteraction: true,
+ renotify: true,
data: [
{ property: 'value' }
]
@@ -114,4 +115,4 @@
}
</script>
</body>
-</html>
+</html>

Powered by Google App Engine
This is Rietveld 408576698