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

Unified Diff: node_modules/vulcanize/test/html/multiple.html

Issue 800513006: Added vulcanize under third_party/npm_modules (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 6 years 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
« no previous file with comments | « node_modules/vulcanize/test/html/imports/simple-style.css ('k') | node_modules/vulcanize/test/mocha.opts » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: node_modules/vulcanize/test/html/multiple.html
diff --git a/bower_components/prettify-element/prettify-import.html b/node_modules/vulcanize/test/html/multiple.html
similarity index 76%
copy from bower_components/prettify-element/prettify-import.html
copy to node_modules/vulcanize/test/html/multiple.html
index a3d69316bb52f4d2d235a4ff869b7c80c31756e4..447b9ba511d5f0275c988649cf5c46b61ad9d094 100644
--- a/bower_components/prettify-element/prettify-import.html
+++ b/node_modules/vulcanize/test/html/multiple.html
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
<!--
@license
Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
@@ -7,4 +8,5 @@
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
-->
-<script src="../google-code-prettify/src/prettify.js"></script>
+<polymer-element name="x-a"><script>Polymer({})</script></polymer-element>
+<polymer-element name="x-b"><script>Polymer({})</script></polymer-element>
« no previous file with comments | « node_modules/vulcanize/test/html/imports/simple-style.css ('k') | node_modules/vulcanize/test/mocha.opts » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698