File: index.html

package info (click to toggle)
cairo 1.12.2-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 100,404 kB
  • sloc: ansic: 226,667; xml: 16,073; sh: 12,046; cpp: 3,725; cs: 1,763; makefile: 1,070; python: 155; awk: 86
file content (42 lines) | stat: -rw-r--r-- 960 bytes parent folder | download | duplicates (9)
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
<html><head>
<title>Cairo Test Results</title>
<style type="text/css">
#HcolHeader { text-align: center; }

img { max-width: 15em; min-width: 3em; min-height: 3em; margin: 3px; }
a img { border: solid 1px #FFF; }

td { vertical-align: top; }
span { cursor: pointer; }

td.PASS { background-color: #0B0; min-width: 1em; }
span.PASS { color: #0B0; }

td.NEW { background-color: #B70; }
span.NEW { color: #B70; }

td.FAIL { background-color: #B00; }
span.FAIL { color: #D00; }

td.XFAIL { background-color: #BB0; }
span.XFAIL { color: #BB0; }

td.UNTESTED { background-color: #555; }
span.UNTESTED { color: #555; }

td.CRASHED { background-color: #F00; color: #FF0; }
span.CRASHED { color: #F00; }

.test { }
.target { }
.format { }
.offset { }
.similar { }

</style>
<script language="JavaScript" src="testtable.js"></script>
</head>
<body oncontextmenu='ignoreEvent (event)' onmouseup='noDrag (event)'>
<table id="testTable" border="1"></table>
</body>
</html>