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

Unified Diff: samples/third_party/dromaeo/tests/RunnerSuite.dart

Issue 178223008: Replace run_selenium.py with Dart script that uses the browser controller for performance tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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
« no previous file with comments | « samples/third_party/dromaeo/htmlrunner.js ('k') | tests/standalone/io/test_harness_analyzer_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/third_party/dromaeo/tests/RunnerSuite.dart
diff --git a/samples/third_party/dromaeo/tests/RunnerSuite.dart b/samples/third_party/dromaeo/tests/RunnerSuite.dart
index e61da7d1f584e7bb3de1da0c8c7cf09f357069e8..e1e0945e3cadc9a07c0eb2d5365f359ba1e26ec4 100644
--- a/samples/third_party/dromaeo/tests/RunnerSuite.dart
+++ b/samples/third_party/dromaeo/tests/RunnerSuite.dart
@@ -113,7 +113,7 @@ class Suite {
if (data != null) {
payload['data'] = data;
}
- _window.top.postMessage(JSON.encode(payload), '*');
+ _window.parent.postMessage(JSON.encode(payload), '*');
}
// Implementation.
« no previous file with comments | « samples/third_party/dromaeo/htmlrunner.js ('k') | tests/standalone/io/test_harness_analyzer_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698