~ubuntu-branches/ubuntu/raring/qtwebkit-source/raring-proposed

« back to all changes in this revision

Viewing changes to Tools/iExploder/iexploder-1.3.2/htdocs/index.html

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2013-02-18 14:24:18 UTC
  • Revision ID: package-import@ubuntu.com-20130218142418-eon0jmjg3nj438uy
Tags: upstream-2.3
ImportĀ upstreamĀ versionĀ 2.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
2
<html>
 
3
<head>
 
4
  <title>iExploder 1.3.2</title>
 
5
</head>
 
6
<body>
 
7
<h2>iExploder: Web Browser Quality Assurance Tester</h2>
 
8
<small>Written by <a href="http://toadstool.se/">Thomas Str&ouml;mberg</a> for the
 
9
<a href="http://www.mozilla.org/firefox/">Mozilla FireFox</a> project</small>
 
10
 
 
11
 
 
12
<ul>
 
13
  <li><a href="iexploder.cgi">Start test sequence from the beginning!</a></li>
 
14
  <li><a href="iexploder.cgi?random=1">Start test sequence in random</a></li>
 
15
  <li>Start testing from a test number:
 
16
    <form method="get" action="iexploder.cgi" name="test">
 
17
        Test: <input size="9" name="test" value="1"> Subtest: <input size="2" name="subtest" value="">
 
18
        <input value="Start" type="submit">
 
19
    </form>
 
20
  </li>
 
21
 
 
22
  <li>Lookup a single test number:
 
23
    <form method="get" action="iexploder.cgi" name="test">
 
24
        <input type="hidden" name="lookup" value="1">
 
25
        Test: <input size="9" name="test" value="1"> Subtest: <input size="2" name="subtest" value="">
 
26
 <input value="Lookup" type="submit"></form>
 
27
  </li>
 
28
</ul>
 
29
 
 
30
If your browser crashes, please contact thomas%stromberg.org!
 
31
 
 
32
</body>
 
33
</html>
 
34