summaryrefslogtreecommitdiffstats
path: root/Tools/iExploder/iexploder-1.7.2/src/index.html
blob: 8b2cef67a3aed038d33b5c36edc07bad9e64130b (plain)
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title>iExploder</title>
  <style type="text/css">
body {
  background-color: #bbb;
  background-image: -moz-linear-gradient(0% 100% 90deg, #e5e5e5, #666, #e5e5e5 99%);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e5e5e5), to(#bbb), color-stop(.1,#666));
}

h1 {
  margin: 0;
  font-size: 30px;
  padding-top: 4px;
  padding-bottom: 4px;
}

img {
  width: 64px;
  margin-right: 8px;
  float: left;
}

form {
  display: inline;
}

.content {
  width: 850px;
  margin-left: auto;
  margin-right: auto; 
  margin-top: 2em;
  border: 1px solid #000;
  background-color: #f5f5f5;
  box-shadow: 5px 5px 5px #333;
  -moz-box-shadow: 5px 5px 5px #333;
  -webkit-box-shadow: 5px 5px 5px #333;
}

.header {
  background-color: #999;
}

.copyright {
  margin-top: 4em;
  margin-left: auto;
  margin-right: auto;
  font-size: 9px;
  text-align: center;
  color: #333;
}

ul {
  clear: both;
}

.formtext {
  width: 16em;
  display: inline-block;
}

</style>
</head>
<body>

<div class="content">
  <div class="header"><img src="media/bug.png" alt="Bug logo"><h1>iExploder: Browser Quality Assurance Tester</h1></div>

<ul class="links">
  <li><a href="iexploder.cgi">Start from the beginning!</a></li>
  <li><a href="iexploder.cgi?r=1">Start from a random location!</a></li>
</ul>
  
<ul class="formlinks">
  <li><div class="formtext">Test from:</div>
    <form method="get" action="iexploder.cgi" name="test">
	<input size="12" name="t" value="0"> 
	to: <input size="12" name="x" value=""> 
        <input value="Go!" type="submit">
    </form>
  </li>


  <li><div class="formtext">Lookup individual test:</div>
    <form method="get" action="iexploder.cgi" name="test">
	<input type="hidden" name="l" value="1">
	<input size="12" name="t" value="1"> Subtest: <input size="7" name="s" value="">
        <input value="Go!" type="submit">
    </form>
  </li>

  <li><div class="formtext">Generate smaller testcase for:</div>
    <form method="get" action="iexploder.cgi" name="test">
	<input size="12" name="t" value="1"> 
	<input type="hidden" name="s" value="0">
        <input value="Go!" type="submit">
    </form>
  </li>

</ul>
</div>
<div class="copyright">&copy; 2005-2010 Thomas Str&ouml;mberg &mdash; <a href="http://iexploder.googlecode.com/">iexploder.googlecode.com</a></div>
</body>
</html>