~t7-vla7-lz/psiphon/psiphon

« back to all changes in this revision

Viewing changes to trunk/testing/selenium_scripts/selenium/jsunit/app/main-counts.html

  • Committer: Eugene Fryntov
  • Date: 2016-11-15 22:13:59 UTC
  • mfrom: (373.1.1 psiphon)
  • Revision ID: e.fryntov@psiphon.ca-20161115221359-f6s56ue1a54n4ijj
merged lp:~t7-vla7-lz/psiphon/psiphon @ 374

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
2
 
<html>
3
 
<head>
4
 
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
 
    <title></title>
6
 
</head>
7
 
 
8
 
<frameset cols="200,190,*" border="0">
9
 
    <frame name="mainCountsRuns" src="main-counts-runs.html" scrolling="no" frameborder="0">
10
 
    <frame name="mainCountsErrors" src="main-counts-errors.html" scrolling="no" frameborder="0">
11
 
    <frame name="mainCountsFailures" src="main-counts-failures.html" scrolling="no" frameborder="0">
12
 
 
13
 
    <noframes>
14
 
        <body>
15
 
        <p>jsUnit uses frames in order to remove dependencies upon a browser's implementation of document.getElementById
16
 
            and HTMLElement.innerHTML.</p>
17
 
        </body>
18
 
    </noframes>
19
 
</frameset>
20
 
</html>
21