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

Side by Side Diff: polymer_0.4.0/bower_components/polymer-collapse/test/html/polymer-collapse.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>polymer-collapse</title> 4 <title>polymer-collapse</title>
5 <script src="../../../platform/platform.js"></script> 5 <script src="../../../platform/platform.js"></script>
6 <script src="../../../tools/test/htmltest.js"></script> 6 <script src="../../../tools/test/htmltest.js"></script>
7 <script src="../../../tools/test/chai/chai.js"></script> 7 <script src="../../../tools/test/chai/chai.js"></script>
8 <link rel="import" href="../../polymer-collapse.html"> 8 <link rel="import" href="../../polymer-collapse.html">
9 </head> 9 </head>
10 <body> 10 <body>
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 var b = document.querySelector('#box'); 48 var b = document.querySelector('#box');
49 return getComputedStyle(b); 49 return getComputedStyle(b);
50 } 50 }
51 51
52 function getBoxComputedHeight() { 52 function getBoxComputedHeight() {
53 return parseInt(getBoxComputedStyle().height); 53 return parseInt(getBoxComputedStyle().height);
54 } 54 }
55 </script> 55 </script>
56 </body> 56 </body>
57 </html> 57 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698