index.html 960 B

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