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

Side by Side Diff: polymer_0.5.4/bower_components/core-ajax/demo-progress.html

Issue 895523005: Added Polymer 0.5.4 (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 10 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 <script src="../webcomponentsjs/webcomponents.js" debug></script> 4 <script src="../webcomponentsjs/webcomponents.js" debug></script>
5 <meta charset="utf-8"> 5 <meta charset="utf-8">
6 <title>Race condition</title> 6 <title>Race condition</title>
7 </head> 7 </head>
8 <body> 8 <body>
9 <link rel="import" href="core-ajax.html"> 9 <link rel="import" href="core-ajax.html">
10 <link rel="import" href="../paper-progress/paper-progress.html"> 10 <link rel="import" href="../paper-progress/paper-progress.html">
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 this.$.ajax.go(); 56 this.$.ajax.go();
57 } 57 }
58 }); 58 });
59 </script> 59 </script>
60 60
61 </polymer-element> 61 </polymer-element>
62 62
63 <progress-test></progress-test> 63 <progress-test></progress-test>
64 </body> 64 </body>
65 </html> 65 </html>
OLDNEW
« no previous file with comments | « polymer_0.5.4/bower_components/core-ajax/demo.html ('k') | polymer_0.5.4/bower_components/core-ajax/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698