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

Unified Diff: tests/html/scripts_test_dart.dart

Issue 732533002: Add HTML test with two dart scripts on one page. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 1 month 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
Index: tests/html/scripts_test_dart.dart
diff --git a/tests/html/scripts_test_dart.dart b/tests/html/scripts_test_dart.dart
index 38df274d4859c575db6a04b1c379178320e7290b..ab62d3a7c234e10a3442965d0d43671c728eb06b 100644
--- a/tests/html/scripts_test_dart.dart
+++ b/tests/html/scripts_test_dart.dart
@@ -13,4 +13,4 @@ main() {
window.postMessage('squid', '*'); // Duplicate message OK.
window.postMessage('sea urchin', '*');
});
-}
+}

Powered by Google App Engine
This is Rietveld 408576698