summaryrefslogtreecommitdiffstatshomepage
path: root/www/static/test/manual/index.html
blob: c616ff1216a4d81b5a73dd2eb9e250323e873508 (plain) (blame)
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
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Aborting Request Event Test</title>
</head>
<body style="padding: 20px; font-family: sans-serif;">
<h2>Functionality</h2>
<ul>
    <li><a href="aborting-request.html">Aborting Requests</a></li>
    <li><a href="confirm-and-prompt.html">Confirm & Prompt</a></li>
    <li><a href="csp-test.html">CSP Test</a></li>
    <li><a href="form-test.html">Form Test</a></li>
    <li><a href="intersect-test-eventHandler.html">Intersect Test</a></li>
    <li><a href="no-indicator-css.html">Indicator CSS Test</a></li>
    <li><a href="yes-indicator-css.html">Indicator CSS Test 2</a></li>
    <li><a href="poll-condition-test.html">Poll Conditionals</a></li>
    <li><a href="poll-clears-on-reinit-test.html">Polling Cancels On Reprocessing</a></li>
    <li><a href="cache-buster">Cache Busting Test</a></li>
    <li><a href="body-swap">Body Swap Test</a></li>
    <li><a href="keep-indicators">Keep Indicators Test</a></li>
    <li><a href="move-before">Move Before Test</a></li>
    <li>Scroll Tests
        <ul>
            <li><a href="scroll-test-eventHandler.html">Scroll Event Handler</a></li>
            <li><a href="scroll-test-startEnd.html">Start/End</a></li>
            <li><a href="scroll-test-targets.html">Targets</a></li>
        </ul>
    </li>
    <li>History
        <ul>
            <li><a href="history">Core History Test</a></li>
            <li><a href="history_refresh">History Refresh Test</a></li>
            <li><a href="restored">Restored Test</a></li>
            <li><a href="history_regression">Navigate, Refresh, Back Regression</a></li>
            <li><a href="anchors">Anchors</a></li>
            <li><a href="history_style">History Style</a></li>
            <li><a href="history_disabled_elt">History Style</a></li>
        </ul>
    </li>
    <li>Boost Tests
        <ul>
            <li><a href="hxboost_relative_resources">Relative Resources</a></li>
            <li><a href="hxboost_template_parsing">Template Parsing</a></li>
            <li><a href="hxboost_partial_template_parsing">Partial Template Parsing</a></li>
        </ul>
    </li>
</ul>
<h2>Perf</h2>
<li><a href="manual-perf.html">Manual Perf Test</a></li>
</body>
</html>