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

Unified Diff: tests/html/js_interop_2_test.dart

Issue 10696109: Remove broken test (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/js_interop_2_test.dart
diff --git a/tests/html/js_interop_2_test.dart b/tests/html/js_interop_2_test.dart
index a4b6b75868a679d8ad92fb5bbf32d74b773c0510..0ea183d9d1ef7aae1f075c7fc80b4c8e286c77f2 100644
--- a/tests/html/js_interop_2_test.dart
+++ b/tests/html/js_interop_2_test.dart
@@ -27,15 +27,6 @@ isolateTest = """
main() {
useHtmlConfiguration();
- var callback;
- test('dart.js', () {
- callback = expectAsync1((e) {
- Expect.isTrue(e.data);
- window.on.message.remove(callback);
- });
- window.on.message.add(callback);
- injectSource(@"window.postMessage(window._$dart$initialized, '*');");
- });
test('isolateTest', () {
injectSource(isolateTest);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698