| Index: pkg/polymer/test/instance_attrs_test.html
|
| diff --git a/pkg/polymer/test/instance_attrs_test.html b/pkg/polymer/test/instance_attrs_test.html
|
| index 180986179953f6c833ae6b4f5444f9475a187a7c..6665a9e9858cb428638a456a78b4f04121164236 100644
|
| --- a/pkg/polymer/test/instance_attrs_test.html
|
| +++ b/pkg/polymer/test/instance_attrs_test.html
|
| @@ -11,7 +11,7 @@ BSD-style license that can be found in the LICENSE file.
|
| <script src="packages/unittest/test_controller.js"></script>
|
| </head>
|
| <body>
|
| - <polymer-element name="my-element" foo="123" bar="hi" baz="there" noscript>
|
| + <polymer-element name="my-element" foo="123" bar="hi" baz="there">
|
| <template>
|
| foo: {{attributes['foo']}}
|
| bar: {{attributes['bar']}}
|
|
|