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

Unified Diff: tests/html/js_interop_1_test.dart

Issue 10695111: Add support for JS->Dart and Dart->dart via *PortSync. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments Created 8 years, 5 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/js_interop_2_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/js_interop_1_test.dart
diff --git a/tests/html/js_interop_1_test.dart b/tests/html/js_interop_1_test.dart
index 5af581efbd662ec82abe902d62ed00c0d6e47ef8..5263707a1f9d8f9cdc78de801f6febc6bb05824c 100644
--- a/tests/html/js_interop_1_test.dart
+++ b/tests/html/js_interop_1_test.dart
@@ -19,7 +19,7 @@ main() {
useHtmlConfiguration();
var callback;
- test('jsPostMessage', () {
+ test('js-to-dart-post-message', () {
callback = expectAsync1((e) {
Expect.equals('hello', e.data);
window.on.message.remove(callback);
« no previous file with comments | « tests/html/html.status ('k') | tests/html/js_interop_2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698