| 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 skia fuzzer. | 5 The full set of web components needs for skia fuzzer. |
| 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"> |
| 11 | 11 |
| 12 <link rel="import" href="/res/imp/bower_components/core-icons/core-icons.htm
l"> | 12 <link rel="import" href="/res/imp/bower_components/iron-icons/iron-icons.htm
l"> |
| 13 | 13 |
| 14 <link href="/res/common/imp/scaffold.html" rel="import" /> | 14 <link rel="import" href="/res/common/imp/9/app-sk.html" /> |
| 15 <link href="/res/common/imp/login.html" rel="import" /> | 15 <link rel="import" href="/res/common/imp/9/login.html" /> |
| 16 <link href="/res/common/imp/paging.html" rel="import" /> | |
| 17 | 16 |
| 18 <link href="/res/imp/fuzzsummary.html" rel="import" /> | 17 <link rel="import" href="/res/imp/fuzzer-status-sk.html" /> |
| 18 <link rel="import" href="/res/imp/fuzzer-menu-sk.html" /> |
| 19 <link rel="import" href="/res/imp/fuzzer-summary-list-sk.html" /> |
| 20 <link rel="import" href="/res/imp/fuzzer-collapse-file-sk.html" /> |
| 21 <link rel="import" href="/res/imp/fuzzer-collapse-function-sk.html" /> |
| 22 <link rel="import" href="/res/imp/fuzzer-collapse-details-sk.html" /> |
| 23 <link rel="import" href="/res/imp/fuzzer-stacktrace-sk.html" /> |
| 19 | 24 |
| 20 </head> | 25 </head> |
| OLD | NEW |