OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <!-- |
| 3 Copyright (c) 2014, 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 --> |
2 <html> | 7 <html> |
3 <head> | 8 <head> |
4 <script src="packages/web_components/webcomponents.min.js"></script> | 9 <script src="packages/web_components/webcomponents.min.js"></script> |
5 <link rel="x-dart-test" href="polymer_register_test.dart"> | 10 <link rel="x-dart-test" href="polymer_register_test.dart"> |
6 <!--<script type="application/dart" src="polymer_register_test.dart"></script>
--> | 11 <!--<script type="application/dart" src="polymer_register_test.dart"></script>
--> |
7 <script src="packages/test/dart.js"></script></head> | 12 <script src="packages/test/dart.js"></script></head> |
8 <body> | 13 <body> |
9 <test-element id="testElement"></test-element> | 14 <test-element id="testElement"></test-element> |
10 <input is="test-input" id="testInput"> | 15 <input is="test-input" id="testInput"> |
11 </body> | 16 </body> |
12 </html> | 17 </html> |
OLD | NEW |