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

Issue 5290003: Add pyauto tests for HTML5 notifications. (Closed)

Created:
10 years, 1 month ago by kkania
Modified:
9 years, 7 months ago
Reviewers:
Nirnimesh
CC:
chromium-reviews, John Grabowski, anantha, Nirnimesh, dyu1, Paweł Hajdan Jr.
Visibility:
Public.

Description

Add pyauto tests for HTML5 notifications. BUG=63852 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=68264

Patch Set 1 : ... #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+236 lines, -12 lines) Patch
M chrome/test/data/notifications/notification_tester.html View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/functional/notifications.py View 9 chunks +235 lines, -12 lines 2 comments Download

Messages

Total messages: 2 (0 generated)
kkania
This should be the last of the email tests related to my new features.
10 years, 1 month ago (2010-11-24 18:36:08 UTC) #1
Nirnimesh
10 years, 1 month ago (2010-11-24 23:02:59 UTC) #2
LGTM

http://codereview.chromium.org/5290003/diff/2001/chrome/test/functional/notif...
File chrome/test/functional/notifications.py (right):

http://codereview.chromium.org/5290003/diff/2001/chrome/test/functional/notif...
chrome/test/functional/notifications.py:197:
self.CallJavascriptFunc('requestPermission', [], tab_index, windex)
Use named args whenever possible to avoid these problems.

http://codereview.chromium.org/5290003/diff/2001/chrome/test/functional/notif...
chrome/test/functional/notifications.py:472:
self._CreateHTMLNotification(self.NO_SUCH_URL)
Why is this line needed?

Powered by Google App Engine
This is Rietveld 408576698