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

Unified Diff: tools/testing/dart/test_controller.js

Issue 148913003: Improve how we handle packages/ HTML imports. This resolves better any valid (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 11 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/polymer/pubspec.yaml ('k') | tools/testing/dart/test_suite.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/test_controller.js
diff --git a/tools/testing/dart/test_controller.js b/tools/testing/dart/test_controller.js
index e0ca295ab360fe2ad67a8b7dd52e7799d1a06033..dace747fe7fbb57812b55fdb1b55d969c15ab6e9 100644
--- a/tools/testing/dart/test_controller.js
+++ b/tools/testing/dart/test_controller.js
@@ -234,7 +234,8 @@ function onLoad(e) {
window.addEventListener('DOMContentLoaded', onLoad, false);
// Note: before renaming this function, note that it is also included in an
-// inlined error handler in the HTML files that wrap DRT tests.
+// inlined error handler in generated HTML files, and manually in tests that
+// include an HTML file.
// See: tools/testing/dart/browser_test.dart
function scriptTagOnErrorCallback(e) {
var message = e && e.message;
« no previous file with comments | « pkg/polymer/pubspec.yaml ('k') | tools/testing/dart/test_suite.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698