Index: pkg/polymer/test/build/log_injector_test.html |
diff --git a/pkg/polymer/test/build/log_injector_test.html b/pkg/polymer/test/build/log_injector_test.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..ced5b6d7e2c58757b510ab7136f831c6509b0e88 |
--- /dev/null |
+++ b/pkg/polymer/test/build/log_injector_test.html |
@@ -0,0 +1,18 @@ |
+<!DOCTYPE html> |
+<!-- |
+Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file |
+for details. All rights reserved. Use of this source code is governed by a |
+BSD-style license that can be found in the LICENSE file. |
+--> |
+<html> |
+<!--polymer-test: this comment is needed for test_suite.dart--> |
Siggi Cherem (dart-lang)
2014/08/05 19:37:21
I don't think you need this file actually, since y
jakemac
2014/08/05 22:58:23
Done, changed this up a bit so the http request is
|
+<head> |
+ <title>Log injector element test</title> |
+ <script src="packages/web_components/dart_support.js"></script> |
+ <script src="/root_dart/tools/testing/dart/test_controller.js"></script> |
+</head> |
+<body> |
+ |
+<script type="application/dart" src="log_injector_test.dart"></script> |
+</body> |
+</html> |