| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <!-- | 4 <!-- |
| 5 The full set of web components needs for skiacorrectness. | 5 The full set of web components needs for skiacorrectness. |
| 6 | 6 |
| 7 This file will be vulcanized into res/imp/elements.html which is | 7 This file will be vulcanized into res/imp/elements.html which is |
| 8 imported via the templates/header.html file. | 8 imported via the templates/header.html file. |
| 9 --> | 9 --> |
| 10 <link rel="import" href="/res/imp/bower_components/polymer/polymer.html"> | 10 <link rel="import" href="/res/imp/bower_components/polymer/polymer.html"> |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 56 <link href="/res/imp/querydialog.html" rel="import" /> | 56 <link href="/res/imp/querydialog.html" rel="import" /> |
| 57 <link href="/res/imp/grouptriage.html" rel="import" /> | 57 <link href="/res/imp/grouptriage.html" rel="import" /> |
| 58 <link href="/res/imp/sortgrid.html" rel="import" /> | 58 <link href="/res/imp/sortgrid.html" rel="import" /> |
| 59 <link href="/res/imp/triagelog.html" rel="import" /> | 59 <link href="/res/imp/triagelog.html" rel="import" /> |
| 60 <link href="/res/imp/teststatus.html" rel="import" /> | 60 <link href="/res/imp/teststatus.html" rel="import" /> |
| 61 <link href="/res/imp/status.html" rel="import" /> | 61 <link href="/res/imp/status.html" rel="import" /> |
| 62 <link href="/res/imp/detaillist.html" rel="import" /> | 62 <link href="/res/imp/detaillist.html" rel="import" /> |
| 63 <link href="/res/imp/testsummarydetails.html" rel="import" /> | 63 <link href="/res/imp/testsummarydetails.html" rel="import" /> |
| 64 <link href="/res/imp/testsummary.html" rel="import" /> | 64 <link href="/res/imp/testsummary.html" rel="import" /> |
| 65 <link href="/res/imp/digest-details-sk.html" rel="import" /> | 65 <link href="/res/imp/digest-details-sk.html" rel="import" /> |
| 66 <link href="/res/imp/cluster.html" rel="import" /> |
| 66 </head> | 67 </head> |
| OLD | NEW |