| 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> <script src="packages/web_components/webcomponents.min.js"></script> | 8 <head> <script src="packages/web_components/webcomponents.min.js"></script> |
| 4 <link rel="x-dart-test" href="property_change_callbacks_test.dart"> | 9 <link rel="x-dart-test" href="property_change_callbacks_test.dart"> |
| 5 <!--<script type="application/dart" src="property_change_callbacks_test.dart">
</script>--> | 10 <!--<script type="application/dart" src="property_change_callbacks_test.dart">
</script>--> |
| 6 <script src="packages/test/dart.js"></script> | 11 <script src="packages/test/dart.js"></script> |
| 7 </head> | 12 </head> |
| 8 <body> | 13 <body> |
| 9 </body> | 14 </body> |
| 10 </html> | 15 </html> |
| OLD | NEW |