-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
33 lines (31 loc) · 1.57 KB
/
index.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
<html>
<head>
<title>test docs</title>
<style>
div {
font: 24px Consolas, sans-serif;
}
</style>
</head>
<body>
<div><a href="Prototypes/parent.html">Widgets</a></div>
<div><a href="Prototypes/parent2.html">Widgets 2</a></div>
<div><a href="Prototypes/parentRS.html">Event testing</a></div>
<div><a href="UnitTests/all_tests.html">All tests</a></div>
<div>
<div><a href="UnitTests/testEventPropagation/root.html">testEventPropagation</a></div>
<div><a href="UnitTests/testCommunication/root.html">testCommunication</a></div>
<div><a href="UnitTests/testCommunicationHierarchy/root.html">testCommunicationHierarchy</a></div>
<div><a href="UnitTests/testHandlers/root.html">testHandlers</a></div>
<div><a href="UnitTests/testSysPause/root.html">testSysPause</a></div>
<div><a href="UnitTests/testDomainIsolation/root.html">testDomainIsolation</a></div>
<div><a href="UnitTests/testEventPropagation/root.html?DEBUG">testEventPropagation?DEBUG</a></div>
<div><a href="UnitTests/testCommunication/root.html?DEBUG">testCommunication?DEBUG</a></div>
<div><a href="UnitTests/testCommunicationHierarchy/root.html?DEBUG">testCommunicationHierarchy?DEBUG</a></div>
<div><a href="UnitTests/testHandlers/root.html?DEBUG">testHandlers?DEBUG</a></div>
<div><a href="UnitTests/testSysPause/root.html?DEBUG">testSysPause?DEBUG</a></div>
<div><a href="UnitTests/testDomainIsolation/root.html?DEBUG">testDomainIsolation?DEBUG</a></div>
<div><a href="UnitTests/testMultiple/root.html">testMultiple</a></div>
</div>
</body>
</html>