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

Unified Diff: pkg/unittest/lib/test_controller.js

Issue 15755017: Switch from DRT to content shell. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 7 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 | « pkg/unittest/lib/coverage_controller.js ('k') | samples/tests/samples/lib/layout/layout_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/unittest/lib/test_controller.js
diff --git a/pkg/unittest/lib/test_controller.js b/pkg/unittest/lib/test_controller.js
index dd9bba3426e2a86add36c2961bf008eb1152b1af..d8ef908c53c4c2189e938b109af9ed4df03417b6 100644
--- a/pkg/unittest/lib/test_controller.js
+++ b/pkg/unittest/lib/test_controller.js
@@ -4,7 +4,7 @@
/**
* Test controller logic - used by unit test harness to embed tests in
- * DumpRenderTree.
+ * conent shell.
*/
// Clear the console before every test run - this is Firebug specific code.
@@ -27,7 +27,7 @@ if (navigator.webkitStartDart) {
navigator.webkitStartDart();
}
-// testRunner is provided by DRT or WebKit's layout tests.
+// testRunner is provided by content shell.
// It is not available in selenium tests.
var testRunner = window.testRunner || window.layoutTestController;
« no previous file with comments | « pkg/unittest/lib/coverage_controller.js ('k') | samples/tests/samples/lib/layout/layout_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698