Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(520)

Side by Side Diff: packages/polymer/example/scoped_style/index.html

Issue 2312183003: Removed Polymer from Observatory deps (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Simple CSS Test</title>
5 <link rel="import" href="my_test.html">
6 <script src='packages/polymer/boot.js'></script>
7 </head>
8 <body>
9 <style>
10 p { color: black;}
11 </style>
12 <p>outside of element, should be black</p>
13
14 <my-test></my-test>
15 </body>
16 </html>
OLDNEW
« no previous file with comments | « packages/polymer/example/component/news/web/news-component.html ('k') | packages/polymer/example/scoped_style/my_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698