| Index: pkg/polymer/example/scoped_style/my_test.html
|
| diff --git a/pkg/polymer/example/scoped_style/my_test.html b/pkg/polymer/example/scoped_style/my_test.html
|
| index facee55346067b76f3499427dd75f07fc475e629..2713a3f6873d8cc0e67b16d54d53fb9bdb434b4b 100644
|
| --- a/pkg/polymer/example/scoped_style/my_test.html
|
| +++ b/pkg/polymer/example/scoped_style/my_test.html
|
| @@ -4,7 +4,7 @@
|
| <title>Test Compopnent</title>
|
| </head>
|
| <body>
|
| -<polymer-element name="my-test" extends="div">
|
| +<polymer-element name="my-test">
|
| <template>
|
| <style>
|
| p { color: red;}
|
|
|