| Index: pkg/template_binding/test/custom_element_bindings_test.html
|
| diff --git a/pkg/template_binding/test/custom_element_bindings_test.html b/pkg/template_binding/test/custom_element_bindings_test.html
|
| index cbaa77224e72460c2b3c1cb4a485603c8fbb262b..6ba536ad4cf7a3bee4215ca6178e4732947823de 100644
|
| --- a/pkg/template_binding/test/custom_element_bindings_test.html
|
| +++ b/pkg/template_binding/test/custom_element_bindings_test.html
|
| @@ -11,6 +11,11 @@
|
| .unittest-error { background: #a11;}
|
| </style>
|
| <script src="/packages/web_components/platform.concat.js"></script>
|
| + <script src="/packages/template_binding/js/observe.js"></script>
|
| + <script src="/packages/template_binding/js/node_bind.js"></script>
|
| + <script src="/packages/template_binding/js/microtask.js"></script>
|
| + <script src="/packages/template_binding/js/patches_mdv.js"></script>
|
| +
|
| <script src="/packages/web_components/dart_support.js"></script>
|
| </head>
|
| <body>
|
|
|