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

Side by Side Diff: polymer_0.4.0/bower_components/paper-ripple/tests/html/paper-ripple-position.html

Issue 786953007: npm_modules: Fork bower_components into Polymer 0.4.0 and 0.5.0 versions (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 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 unified diff | Download patch
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>paper-ripple</title> 4 <title>paper-ripple</title>
5 5
6 <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum- scale=1.0"> 6 <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum- scale=1.0">
7 <meta name="mobile-web-app-capable" content="yes"> 7 <meta name="mobile-web-app-capable" content="yes">
8 <meta name="apple-mobile-web-app-capable" content="yes"> 8 <meta name="apple-mobile-web-app-capable" content="yes">
9 9
10 <script src="../../../platform/platform.js"></script> 10 <script src="../../../platform/platform.js"></script>
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 }); 103 });
104 104
105 }); 105 });
106 } 106 }
107 107
108 document.addEventListener('polymer-ready', test1); 108 document.addEventListener('polymer-ready', test1);
109 </script> 109 </script>
110 110
111 </body> 111 </body>
112 </html> 112 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698