Chromium Code Reviews| Index: test/src/common/polymer_descriptor_test.html |
| diff --git a/test/src/common/polymer_descriptor_test.html b/test/src/common/polymer_descriptor_test.html |
| index 0822be771ca8f8358b309c199f01a98a78b72b12..16cb635f4712622e20c9a5e1a06ea916f4264575 100644 |
| --- a/test/src/common/polymer_descriptor_test.html |
| +++ b/test/src/common/polymer_descriptor_test.html |
| @@ -1,4 +1,9 @@ |
| <!DOCTYPE html> |
| +<!-- |
| +Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file |
|
Siggi Cherem (dart-lang)
2015/08/13 18:52:41
++
jakemac
2015/08/13 19:14:29
Done.
|
| +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> |
| <head> |
| <script src="packages/web_components/webcomponents.min.js"></script> |
| @@ -6,5 +11,11 @@ |
| <!--<script type="application/dart" src="polymer_descriptor_test.dart"></script>--> |
| <script src="packages/test/dart.js"></script> |
| </head> |
| -<body></body> |
| +<body> |
| + <script> |
| + window.Foo = {}; |
| + Foo.JsBehaviorOne = {}; |
| + Foo.JsBehaviorTwo = {}; |
| + </script> |
| +</body> |
| </html> |