mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
66 lines
2.5 KiB
HTML
66 lines
2.5 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
|
<HTML><HEAD>
|
|
<title>Results of my CSS tests</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
<meta http-equiv="Content-Style-Type" content="text/css">
|
|
<LINK REL="copyright" HREF="/~dbaron/legal.html">
|
|
<LINK REL="stylesheet" HREF="bug2886-2.css" TITLE="Oldstyle" TYPE="text/css">
|
|
<style type="text/css">
|
|
.U { background-color: #CCC; color: #000; } /* untested */
|
|
.Y { background-color: #090; color: #FFF; } /* yes */
|
|
.N { background-color: #009; color: #FFF; } /* no support */
|
|
.P { background-color: #066; color: #FFF; } /* partial support */
|
|
.B { background-color: #C00; color: #FF0; } /* buggy */
|
|
.D { background-color: #F60; color: #066; } /* destroys */
|
|
.M { background-color: #900; color: #FFF; } /* maybe */
|
|
.C { background-color: #000; color: #FF0; font-weight: bold; } /* maybe */
|
|
#res TH { text-align: right; }
|
|
TR.gap TD, TR.gap TH { border-top: 0.75em solid #FFFFF5; }
|
|
</style>
|
|
</HEAD>
|
|
<body>
|
|
|
|
<table id="res">
|
|
<tr>
|
|
<th>17.6 <a href="tborder2">Table Border Test 2</a></th>
|
|
<td class="B">B</td> <!-- NGLay -->
|
|
<td class="N">N</td> <!-- Opera 3.51 -->
|
|
<td class="N">N</td> <!-- Opera 3.60b3 -->
|
|
<td class="N">N</td> <!-- MSIE5 -->
|
|
<td class="N">N</td> <!-- NN 4.5 -->
|
|
<td class="U">U</td> <!-- WebTV 1.1 -->
|
|
<td class="spec">CSS2</td>
|
|
</tr>
|
|
<tr class="gap">
|
|
<th>Tests Y (+1)</th>
|
|
<td class="Y">31</td> <!-- NGLay -->
|
|
<td class="Y"> </td> <!-- Opera 3.51 -->
|
|
<td class="Y">16</td> <!-- Opera 3.60b3 -->
|
|
<td class="Y">16</td> <!-- MSIE5 -->
|
|
<td class="Y">2</td> <!-- NN 4.5 -->
|
|
<td class="Y">U</td> <!-- WebTV 1.1 -->
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<th>Tests N (0)</th>
|
|
<td class="N">4</td> <!-- NGLay -->
|
|
<td class="N"> </td> <!-- Opera 3.51 -->
|
|
<td class="N">21</td> <!-- Opera 3.60b3 -->
|
|
<td class="N">14</td> <!-- MSIE5 -->
|
|
<td class="N">18</td> <!-- NN 4.5 -->
|
|
<td class="N">U</td> <!-- WebTV 1.1 -->
|
|
<td></td>
|
|
</tr>
|
|
</table>
|
|
|
|
|
|
<hr title="Beginning of Footer">
|
|
<p><a href="http://validator.w3.org/check?uri=http://dbaron.org/css/test/" TITLE="W3C HTML Validator"><img src="../images/vh40" ALT="Valid HTML 4.0!" height="31" width="88"></a></p>
|
|
<p>(Back to
|
|
<a href="./">CSS Testing Information</a>,
|
|
<a href="../../">David Baron</a>)</p>
|
|
<p><a href="/~dbaron/" TITLE="David Baron's Homepage">LDB</a>,
|
|
<a rev="made" href="mailto:dbaron@dbaron.org" TITLE="Send e-mail to David Baron">dbaron@dbaron.org</a></p>
|
|
|
|
</BODY></HTML>
|