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

Unified Diff: node_modules/vulcanize/test/html/default.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
Index: node_modules/vulcanize/test/html/default.html
diff --git a/bower_components/sampler-scaffold/demos/color.html b/node_modules/vulcanize/test/html/default.html
similarity index 66%
copy from bower_components/sampler-scaffold/demos/color.html
copy to node_modules/vulcanize/test/html/default.html
index 7ee3d61c97d0d5b399b0e8aa89372da05d0cf18b..68f1516d51911062c38f8a7f3f15caba7681edfc 100644
--- a/bower_components/sampler-scaffold/demos/color.html
+++ b/node_modules/vulcanize/test/html/default.html
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
<!--
@license
Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
@@ -7,14 +8,15 @@
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
-->
-<!doctype html>
-<html>
+<html lang="en">
<head>
+ <meta charset="UTF-8">
+ <link rel="import" href="imports/simple-import.html">
+ <link rel="import" href="imports/simple-import.html">
+ <link rel="import" href="http://example.com/foo/bar.html">
+ <title>Sample Build</title>
</head>
-
<body>
-
- <input type="color">
-
+ <my-element></my-element>
</body>
</html>
« no previous file with comments | « node_modules/vulcanize/test/html/comments.html ('k') | node_modules/vulcanize/test/html/imports/simple-import.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698