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

Unified Diff: tests/html/notifications_test.dart

Issue 12053002: Status updates for Safari - part2 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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
« no previous file with comments | « tests/html/html.status ('k') | tests/html/shadow_dom_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/notifications_test.dart
diff --git a/tests/html/notifications_test.dart b/tests/html/notifications_test.dart
index 85612571d7a1a73f1487d0dcaeacc15f72747c9d..796680f72114c43edee69a3c44fe40f07d257c18 100644
--- a/tests/html/notifications_test.dart
+++ b/tests/html/notifications_test.dart
@@ -12,7 +12,7 @@ main() {
});
});
- group('unsupported throws', () {
+ group('unsupported_throws', () {
test('createNotification', () {
var expectation = NotificationCenter.supported ? returnsNormally : throws;
expect(() { window.notifications.createNotification; }, expectation);
« no previous file with comments | « tests/html/html.status ('k') | tests/html/shadow_dom_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698