| Index: pkg/polymer/test/register_test.html
|
| diff --git a/pkg/polymer/test/register_test.html b/pkg/polymer/test/register_test.html
|
| index 8a3bcb6ad90fbddf20b7fa969512de3bf494c727..93d565f12515529287a73c7b2961615a8de03d42 100644
|
| --- a/pkg/polymer/test/register_test.html
|
| +++ b/pkg/polymer/test/register_test.html
|
| @@ -30,6 +30,9 @@ BSD-style license that can be found in the LICENSE file.
|
| <div is='x-div' id='x-div'></div>
|
| <div is='x-div-two' id='x-div-two'></div>
|
|
|
| + <button is='x-button'></button>
|
| + <x-polymer></x-polymer>
|
| +
|
| <script type="application/dart;component=1" src="register_test.dart"></script>
|
| </body>
|
| </html>
|
|
|