54c65cdc1239a19b7c763a75731dbdc7c641a365
[framework/graphics/cairo.git] / test / index.html
1 <html><head>
2 <title>Cairo Test Results</title>
3 <style type="text/css">
4 #HcolHeader { text-align: center; }
5
6 img { max-width: 15em; min-width: 3em; min-height: 3em; margin: 3px; }
7 a img { border: solid 1px #FFF; }
8
9 td { vertical-align: top; }
10 span { cursor: pointer; }
11
12 td.PASS { background-color: #0B0; min-width: 1em; }
13 span.PASS { color: #0B0; }
14
15 td.NEW { background-color: #B70; }
16 span.NEW { color: #B70; }
17
18 td.FAIL { background-color: #B00; }
19 span.FAIL { color: #D00; }
20
21 td.XFAIL { background-color: #BB0; }
22 span.XFAIL { color: #BB0; }
23
24 td.UNTESTED { background-color: #555; }
25 span.UNTESTED { color: #555; }
26
27 td.CRASHED { background-color: #F00; color: #FF0; }
28 span.CRASHED { color: #F00; }
29
30 .test { }
31 .target { }
32 .format { }
33 .offset { }
34 .similar { }
35
36 </style>
37 <script language="JavaScript" src="testtable.js"></script>
38 </head>
39 <body oncontextmenu='ignoreEvent (event)' onmouseup='noDrag (event)'>
40 <table id="testTable" border="1"></table>
41 </body>
42 </html>