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

Unified Diff: tools/vulcanize/node_modules/vulcanize/test/import-test.html

Issue 125733002: Add vulcanize to tools. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: tools/vulcanize/node_modules/vulcanize/test/import-test.html
diff --git a/tools/vulcanize/node_modules/vulcanize/test/import-test.html b/tools/vulcanize/node_modules/vulcanize/test/import-test.html
new file mode 100644
index 0000000000000000000000000000000000000000..8b7325a683f5c2dd7892c03799d85000fff50782
--- /dev/null
+++ b/tools/vulcanize/node_modules/vulcanize/test/import-test.html
@@ -0,0 +1,11 @@
+<link rel="import" href="bower_components/polymer/polymer.html">
+<link rel="import" href="sub-import/sub-import.html">
+<polymer-element name="x-import">
+ <template>
+ <link rel="stylesheet" href="import-test.css">
+ [Imported: <content></content>]
+ </template>
+ <script>
+ Polymer('x-import');
+ </script>
+</polymer-element>
« no previous file with comments | « tools/vulcanize/node_modules/vulcanize/test/import-test.css ('k') | tools/vulcanize/node_modules/vulcanize/test/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698