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

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
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..b44b7acdc22b092a8f6f19e8f283daf5cba4dbde 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 the HTML files that wrap DRT tests, and manually in
kustermann 2014/01/30 01:41:34 "in the HTML files that wrap DRT tests" -> "in the
Siggi Cherem (dart-lang) 2014/01/30 02:25:00 Done.
+// tests that include an HTML file.
// See: tools/testing/dart/browser_test.dart
function scriptTagOnErrorCallback(e) {
var message = e && e.message;

Powered by Google App Engine
This is Rietveld 408576698