mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
42 lines
672 B
HTML
42 lines
672 B
HTML
<HTML>
|
|
<HEAD>
|
|
<TITLE>
|
|
Table Background Testcase
|
|
</TITLE>
|
|
</HEAD>
|
|
<BODY>
|
|
|
|
<TABLE border=1 cellspacing=5 bgcolor="red">
|
|
<colgroup style="background-color: yellow">
|
|
<col style="background-color: silver">
|
|
<col>
|
|
</colgroup>
|
|
<colgroup span=2>
|
|
</colgroup>
|
|
<tbody style="background-color: aqua">
|
|
<TR bgcolor="blue">
|
|
<TD bgcolor="green">Cell A</TD>
|
|
<TD style="background: transparent">Cell B</TD>
|
|
<TH>Cell C</TH>
|
|
<TD>Cell D</TD>
|
|
</TR>
|
|
<TR>
|
|
<TD>Cell E</TD>
|
|
<TD>Cell F</TD>
|
|
<TD>Cell G</TD>
|
|
<TD>Cell H</TD>
|
|
</TR>
|
|
</tbody>
|
|
<tbody>
|
|
<TR>
|
|
<TD>Cell I</TD>
|
|
<TD>Cell J</TD>
|
|
<TD>Cell K</TD>
|
|
<TD>Cell L</TD>
|
|
</TR>
|
|
</tbody>
|
|
</TABLE>
|
|
|
|
</BODY>
|
|
</HTML>
|