OLD | NEW |
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 Loading... |
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> |
OLD | NEW |