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

Unified Diff: tests/html/messageevent_test.dart

Issue 358413003: Run new MessageEvent constructor instead of initMessageEvent in Firefox. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 6 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') | tools/dom/templates/html/impl/impl_MessageEvent.darttemplate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/messageevent_test.dart
diff --git a/tests/html/messageevent_test.dart b/tests/html/messageevent_test.dart
index a4361892452df0228fd78e60115d8b86ac3eb8ff..9ef36819ffc2a016e52044796e9306a87cede253 100644
--- a/tests/html/messageevent_test.dart
+++ b/tests/html/messageevent_test.dart
@@ -6,7 +6,7 @@ import 'dart:html';
main() {
useHtmlConfiguration();
- test('MessageEvent.initMessageEvent', () {
+ test('new MessageEvent', () {
final event = new MessageEvent('type', cancelable: true, data: 'data',
origin: 'origin', lastEventId: 'lastEventId');
« no previous file with comments | « tests/html/html.status ('k') | tools/dom/templates/html/impl/impl_MessageEvent.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698