diff options
author | sanine <sanine.not@pm.me> | 2023-02-12 23:53:22 -0600 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2023-02-12 23:53:22 -0600 |
commit | f1fe73d1909a2448a004a88362a1a532d0d4f7c3 (patch) | |
tree | ab37ae3837e2f858de2932bcee9f26e69fab3db1 /libs/cairo-1.16.0/test/index.html | |
parent | f567ea1e2798fd3156a416e61f083ea3e6b95719 (diff) |
switch to tinyobj and nanovg from assimp and cairo
Diffstat (limited to 'libs/cairo-1.16.0/test/index.html')
-rw-r--r-- | libs/cairo-1.16.0/test/index.html | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/libs/cairo-1.16.0/test/index.html b/libs/cairo-1.16.0/test/index.html deleted file mode 100644 index 54c65cd..0000000 --- a/libs/cairo-1.16.0/test/index.html +++ /dev/null @@ -1,42 +0,0 @@ -<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> |