-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathindex.php
More file actions
64 lines (56 loc) · 2.68 KB
/
Copy pathindex.php
File metadata and controls
64 lines (56 loc) · 2.68 KB
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Testbot Results</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Pragma" content="no-cache"></meta>
<meta http-equiv="Expires" content="-1"></meta>
<!-- http://getfirebug.com/styles/ -->
<link href="style/favicon.ico" type="image/x-icon" rel="shortcut icon">
<link href="style/reset.css" media="screen,projection" type="text/css" rel="stylesheet">
<!-- http://brasstacks.mozilla.com/couchdb/_utils/script/ -->
<script src="couchdb/json2.js"></script>
<script src="couchdb/jquery.js?1.3.1"></script>
<script src="couchdb/jquery.couch.js?0.9.0"></script>
<!-- Viewer -->
<link href="style/global.css" media="screen,projection" type="text/css" rel="stylesheet">
<link href="style/main.css" media="screen,projection" type="text/css" rel="stylesheet">
<link href="style/tableRep.css" media="screen,projection" type="text/css" rel="stylesheet">
<link href="style/tabView.css" media="screen,projection" type="text/css" rel="stylesheet">
<link href="style/groupListRep.css" media="screen,projection" type="text/css" rel="stylesheet">
<link href="style/progressListRep.css" media="screen,projection" type="text/css" rel="stylesheet">
<link href="style/reps.css" media="screen,projection" type="text/css" rel="stylesheet">
<!-- Viewer Javascript -->
<script type="text/javascript" src="content/domplate.js"></script>
<script type="text/javascript" src="content/core.js"></script>
<script type="text/javascript" src="content/lib.js"></script>
<script type="text/javascript" src="content/reps.js"></script>
<script type="text/javascript" src="content/tableRep.js"></script>
<script type="text/javascript" src="content/tabView.js"></script>
<script type="text/javascript" src="content/groupListRep.js"></script>
<script type="text/javascript" src="content/progressListRep.js"></script>
<script type="text/javascript" src="content/firebugDB.js"></script>
<script type="text/javascript" src="content/main.js"></script>
</head>
<body>
<!-- Header -->
<div id="header">
<div id="logo-install">
<div id="logo">
<a href="/"></a>
<h1>Firebug</h1>
<h2>Web Development Evolved.</h2>
</div>
</div>
</div>
<div id="title">
<h1>Test Results</h1>
</div>
<!-- Content -->
<div id="description">
See more about <a href="http://getfirebug.com/wiki/index.php/Firebug_Tests">Automated Firebug Testing</a>
</div>
<br/>
<div id="testResults"></div>
</body>
</html>