-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathresults.html
54 lines (51 loc) · 1.79 KB
/
results.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>Test Documentation</title>
<style>
body {
text-rendering: optimizeLegibility;
font-variant-ligatures: common-ligatures;
font-kerning: normal;
margin-left: 2em;
}
body > ul > li {
font-family: Source Serif Pro, PT Sans, Trebuchet MS, Helvetica, Arial;
font-size: 2em;
}
h2 {
font-family: Tahoma, Helvetica, Arial;
font-size: 3em;
}
ul {
list-style: none;
margin-bottom: 1em;
}
</style>
</head>
<body>
<h2 id="BufferTest">Buffer</h2>
<ul>
<li style="color: #555753;">✓ Buffer</li>
<li style="color: #555753;">✓ Tag</li>
<li style="color: #555753;">✓ Data</li>
</ul>
<h2 id="CompilerTest">Compiler</h2>
<ul>
<li style="color: #555753;">✓ Compile</li>
</ul>
<h2 id="MessageTest">Message</h2>
<ul>
<li style="color: #555753;">✓ Json simple</li>
<li style="color: #555753;">✓ Json nested</li>
<li style="color: #555753;">✓ Native simple</li>
<li style="color: #555753;">✓ Native nested</li>
<li style="color: #555753;">✓ Native packed</li>
<li style="color: #555753;">✓ Native export</li>
<li style="color: #555753;">✓ Simple group</li>
<li style="color: #555753;">✓ Native group</li>
<li style="color: #555753;">✓ Unknown field</li>
</ul>
</body>
</html>