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

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

Issue 5290003: Add pyauto tests for HTML5 notifications. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/test/functional
Patch Set: ... Created 10 years, 1 month 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
« no previous file with comments | « no previous file | chrome/test/functional/notifications.py » ('j') | chrome/test/functional/notifications.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/notifications/notification_tester.html
diff --git a/chrome/test/data/notifications/notification_tester.html b/chrome/test/data/notifications/notification_tester.html
index 0b6904c04f6d8cff808eb1326a1072b6da4d0926..46d65b1f29d48fd567c4c602fe951bf09569d574 100644
--- a/chrome/test/data/notifications/notification_tester.html
+++ b/chrome/test/data/notifications/notification_tester.html
@@ -79,6 +79,7 @@ function onPermissionGranted() {
// Helper function that shows the notification and adds it to
// |g_notifications|.
function createNotificationHelper(note, replaceId) {
+ note.replaceId = replaceId;
note.show();
// |push| returns the length of the array after the add.
return g_notifications.push(note) - 1;
« no previous file with comments | « no previous file | chrome/test/functional/notifications.py » ('j') | chrome/test/functional/notifications.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698