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

Side by Side Diff: fuzzer/elements.html

Issue 1144163010: Getting started on the fuzzer web front end. (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Update startsWith polyfill Created 5 years, 6 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
« no previous file with comments | « no previous file | fuzzer/fuzzer.toml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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>
OLDNEW
« no previous file with comments | « no previous file | fuzzer/fuzzer.toml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698