OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <!-- | |
3 Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file | |
4 for details. All rights reserved. Use of this source code is governed by a | |
5 BSD-style license that can be found in the LICENSE file. | |
6 --> | |
7 <html> | |
8 <!--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
| |
9 <head> | |
10 <title>Log injector element test</title> | |
11 <script src="packages/web_components/dart_support.js"></script> | |
12 <script src="/root_dart/tools/testing/dart/test_controller.js"></script> | |
13 </head> | |
14 <body> | |
15 | |
16 <script type="application/dart" src="log_injector_test.dart"></script> | |
17 </body> | |
18 </html> | |
OLD | NEW |