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

Side by Side Diff: fuzzer/res/imp/fuzzer-filter-sk-demo.html

Issue 1662373002: Add UI to filter fuzzes based on tags. (Closed) Base URL: https://skia.googlesource.com/buildbot@add-asan
Patch Set: remove conflicting status-sk elements Created 4 years, 10 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 | « fuzzer/res/imp/fuzzer-filter-sk.html ('k') | fuzzer/res/imp/fuzzer-info-sk.html » ('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 <html> 2 <html>
3
2 <head> 4 <head>
3 <title>alerts-menu-sk demo</title> 5 <title>fuzzer-filter-sk demo</title>
4 <meta charset="utf-8"> 6 <meta charset="utf-8">
5 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> 7 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
6 <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial- scale=1, user-scalable=yes"> 8 <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial- scale=1, user-scalable=yes">
7 <script src="/res/common/js/common.js"></script> 9 <script src="/res/common/js/common.js"></script>
10 <script src="/res/js/fuzzer.js"></script>
8 <script src="/res/imp/bower_components/webcomponentsjs/webcomponents-lite.js"> </script> 11 <script src="/res/imp/bower_components/webcomponentsjs/webcomponents-lite.js"> </script>
9 <link rel=import href="alerts-menu-sk.html"> 12 <link rel="import" href="fuzzer-filter-sk.html">
10 </head> 13 </head>
14
11 <body> 15 <body>
12 <h1>alerts-menu-sk demo</h1> 16 <h1>fuzzer-filter-sk demo</h1>
13 <alerts-menu-sk></alerts-menu-sk> 17 <fuzzer-filter-sk></fuzzer-filter-sk>
14 </body> 18 </body>
15 </html> 19
20 </html>
OLDNEW
« no previous file with comments | « fuzzer/res/imp/fuzzer-filter-sk.html ('k') | fuzzer/res/imp/fuzzer-info-sk.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698