| Index: tools/testing/dart/browser_test.dart
|
| diff --git a/tools/testing/dart/browser_test.dart b/tools/testing/dart/browser_test.dart
|
| index c7172c6e7d9773f17f65534b446e91966b9ce242..5d49a0a2ccf8f449c7765bc7c4b8670a010b5234 100644
|
| --- a/tools/testing/dart/browser_test.dart
|
| +++ b/tools/testing/dart/browser_test.dart
|
| @@ -37,24 +37,6 @@ String getHtmlContents(String title,
|
| </html>
|
| """;
|
|
|
| -String getHtmlLayoutContents(String scriptType,
|
| - Path sourceScript) =>
|
| -"""
|
| -<!DOCTYPE html>
|
| -<html>
|
| -<head>
|
| - <meta http-equiv="X-UA-Compatible" content="IE=edge">
|
| - <meta name="dart.unittest" content="full-stack-traces">
|
| -</head>
|
| -<body>
|
| - <script type="text/javascript">
|
| - if (navigator.webkitStartDart) navigator.webkitStartDart();
|
| - </script>
|
| - <script type="$scriptType" src="$sourceScript" defer></script>
|
| -</body>
|
| -</html>
|
| -""";
|
| -
|
| String dartTestWrapper(String libraryPathComponent) {
|
| return """
|
| import '$libraryPathComponent' as test;
|
|
|