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> |