| 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"> |
| 13 |
| 12 <link href="/res/common/imp/scaffold.html" rel="import" /> | 14 <link href="/res/common/imp/scaffold.html" rel="import" /> |
| 13 <link href="/res/common/imp/login.html" rel="import" /> | 15 <link href="/res/common/imp/login.html" rel="import" /> |
| 14 <link href="/res/common/imp/toggle.html" rel="import" /> | 16 <link href="/res/common/imp/paging.html" rel="import" /> |
| 17 |
| 18 <link href="/res/imp/fuzzsummary.html" rel="import" /> |
| 15 | 19 |
| 16 </head> | 20 </head> |
| OLD | NEW |