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

Unified Diff: tools/testing/dart/browser_test.dart

Issue 11360028: Only start http server for browser tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 1 month 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/browser_test.dart
diff --git a/tools/testing/dart/browser_test.dart b/tools/testing/dart/browser_test.dart
index 21a4e825bcb5578cf0e53986bea75df017553b8d..fc0d05bd819d8d8256cd0e07840a97de9216236d 100644
--- a/tools/testing/dart/browser_test.dart
+++ b/tools/testing/dart/browser_test.dart
@@ -3,10 +3,10 @@
// BSD-style license that can be found in the LICENSE file.
String getHtmlContents(String title,
- String controllerScript,
- String dartJsScript,
+ Path controllerScript,
+ Path dartJsScript,
String scriptType,
- String sourceScript) =>
+ Path sourceScript) =>
"""
<!DOCTYPE html>
<html>

Powered by Google App Engine
This is Rietveld 408576698