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

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

Issue 1413233007: Add fuzzer-collapse-file-sk and fuzzer-summary-list-sk (Closed) Base URL: https://skia.googlesource.com/buildbot@file-function
Patch Set: Created 5 years, 1 month 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 3
4 <head> 4 <head>
5 <title>fuzzer-collapse-function-sk demo</title> 5 <title>fuzzer-collapse-function-sk demo</title>
6 <meta charset="utf-8"> 6 <meta charset="utf-8">
7 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> 7 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
8 <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">
9 <script src="/res/common/js/common.js"></script> 9 <script src="/res/common/js/common.js"></script>
10 <script src="/res/imp/bower_components/webcomponentsjs/webcomponents-lite.js"> </script> 10 <script src="/res/imp/bower_components/webcomponentsjs/webcomponents-lite.js"> </script>
11 <link rel="import" href="fuzzer-collapse-function-sk.html"> 11 <link rel="import" href="fuzzer-collapse-function-sk.html">
12 <link rel="import" href="fuzzer-collapse-details-sk.html">
13 <link rel="import" href="fuzzer-stacktrace-sk.html">
12 </head> 14 </head>
13 15
14 <body> 16 <body>
15 <h1>fuzzer-collapse-function-sk demo</h1> 17 <h1>fuzzer-collapse-function-sk demo</h1>
16 18
17 <h2>Collapsed</h2> 19 <h2>Collapsed</h2>
18 <fuzzer-collapse-function-sk id="func"></fuzzer-collapse-function-sk> 20 <fuzzer-collapse-function-sk id="func"></fuzzer-collapse-function-sk>
19 21
20 <h2>Expanded</h2> 22 <h2>Expanded</h2>
21 <fuzzer-collapse-function-sk id="expanded" expand="true"></fuzzer-collapse-fun ction-sk> 23 <fuzzer-collapse-function-sk id="expanded" expand="true"></fuzzer-collapse-fun ction-sk>
(...skipping 15 matching lines...) Expand all
37 "binaryReports": [] 39 "binaryReports": []
38 }] 40 }]
39 }; 41 };
40 42
41 $$$('#func').setFunc(data); 43 $$$('#func').setFunc(data);
42 $$$('#expanded').setFunc(data); 44 $$$('#expanded').setFunc(data);
43 </script> 45 </script>
44 </body> 46 </body>
45 47
46 </html> 48 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698