File indexing completed on 2024-05-12 15:40:06

0001 <HTML>
0002 <HEAD>
0003    <TITLE>Color Test 1</TITLE>
0004 </HEAD>
0005 <BODY>
0006 <H1>Color Test 1</H1>
0007 This page contains regression tests for the parsing of colors.
0008 Each test consist of a table with a colored background. 
0009 Within the table the name of the color is written in black text.
0010 <HR>
0011 <TABLE width = 150>
0012 <tr><td bgcolor="#0000ff">
0013 Blue (#0000ff)
0014 </td></tr>
0015 </TABLE>
0016 <HR>
0017 <TABLE width = 150>
0018 <tr><td bgcolor="0000ff">
0019 Blue (0000ff)
0020 </td></tr>
0021 </TABLE>
0022 <HR>
0023 <TABLE width = 150>
0024 <tr><td bgcolor="blue">
0025 Blue (blue)
0026 </td></tr>
0027 </TABLE>
0028 <HR>
0029 <TABLE width = 150>
0030 <tr><td bgcolor="BLUE">
0031 Blue (BLUE)
0032 </td></tr>
0033 </TABLE>
0034 <HR>
0035 <TABLE width = 150>
0036 <tr><td bgcolor="#ffff00">
0037 Yellow (#ffff00)
0038 </td></tr>
0039 </TABLE>
0040 <HR>
0041 <TABLE width = 150>
0042 <tr><td bgcolor="ffff00">
0043 Yellow (ffff00)
0044 </td></tr>
0045 </TABLE>
0046 <HR>
0047 <TABLE width = 150>
0048 <tr><td bgcolor="yellow">
0049 Yellow (yellow)
0050 </td></tr>
0051 </TABLE>
0052 <HR>
0053 <TABLE width = 150>
0054 <tr><td bgcolor="teal">
0055 Teal (teal)
0056 </td></tr>
0057 </TABLE>
0058 <HR>
0059 </body>
0060 </html>