facf0c92e0
Red Bear OS is a full fork. All sources must be available from git clone with zero network access. Removed gitignore rules that excluded fetched source trees under recipes/*/source/, local/recipes/kde/*/source/, local/recipes/qt/*/source/, and vendor source trees. Build artifacts (target/, build/, source.tar, *.o, *.so) remain excluded. 127291 files added — kernel, relibc, base, bootloader, pkgar, all KDE/Qt frameworks, mesa, wayland, DRM drivers, and every other recipe source.
43 lines
960 B
HTML
43 lines
960 B
HTML
<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>
|