| 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 2713a3f6873d8cc0e67b16d54d53fb9bdb434b4b..c759c667d750a681e84ec077464b874cd4b6ef5d 100644
|
| --- a/pkg/polymer/example/scoped_style/my_test.html
|
| +++ b/pkg/polymer/example/scoped_style/my_test.html
|
| @@ -1,9 +1,3 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| -<head>
|
| - <title>Test Compopnent</title>
|
| -</head>
|
| -<body>
|
| <polymer-element name="my-test">
|
| <template>
|
| <style>
|
| @@ -18,5 +12,3 @@
|
| class MyTest extends PolymerElement {}
|
| </script>
|
| </polymer-element>
|
| -</body>
|
| -</html>
|
|
|