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

Unified Diff: tests/html/messageevent_test.dart

Issue 12385090: Further HTML test cleanup (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 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
« tests/html/inner_frame_test.dart ('K') | « tests/html/inner_frame_test.dart ('k') | no next file » | 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 9ed4288e2ca22c34e42aa66354a6d8abb304d970..c2c832a13123f5bb8c1028ee20f5280f8a17815e 100644
--- a/tests/html/messageevent_test.dart
+++ b/tests/html/messageevent_test.dart
@@ -15,7 +15,8 @@ main() {
expect(event.cancelable, isTrue);
expect(event.data, equals('data'));
expect(event.origin, equals('origin'));
- expect(event.lastEventId, equals('lastEventId'));
+ // IE allows setting this but just ignores it.
+ // expect(event.lastEventId, equals('lastEventId'));
expect(event.source, same(window));
// TODO(antonm): accessing ports is not supported yet.
});
« tests/html/inner_frame_test.dart ('K') | « tests/html/inner_frame_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698