aboutsummaryrefslogtreecommitdiffstats
path: root/tools/node_modules/expresso/deps/jscoverage/doc/example-jsunit/jsunit/app/main-counts.html
blob: 0431eae4f7e4bf78420fef5cfee23eb2f09ef7ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title></title>
</head>

<frameset cols="200,190,*" border="0">
    <frame name="mainCountsRuns" src="main-counts-runs.html" scrolling="no" frameborder="0">
    <frame name="mainCountsErrors" src="main-counts-errors.html" scrolling="no" frameborder="0">
    <frame name="mainCountsFailures" src="main-counts-failures.html" scrolling="no" frameborder="0">

    <noframes>
        <body>
        <p>jsUnit uses frames in order to remove dependencies upon a browser's implementation of document.getElementById
            and HTMLElement.innerHTML.</p>
        </body>
    </noframes>
</frameset>
</html>