gecko-dev/layout/html/tests/table/marvin/table_rules_groups.html

1 строка
1.3 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<html>
<HEAD><!-- testcase: table_rules_groups.html -->
<!-- Description: To test the TABLE Element with RULES=GROUPS (Rules will appear between row groups and column groups) . The RULES attribute specifies which rules will appear between the cells within a table. -->
<!-- Author: Chris Petersen Date: 11/17/98 -->
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
Copyright © 1998 Netscape Communications Corporation. All Rights Reserved. Use of this Test Script is
subject to the terms of the applicable license agreement from Netscape Communications Corporation. -->
<title>Web Browser Web View (HTML): Document RULES/GROUPS</title>
</HEAD>
<table>
<caption>
Communicator 4.5 Installers for Mac and Windows Platforms</caption>
<colgroup span="4" >
<thead><tr><td>This is the header information</td></tr>
<tfoot><tr><td>This is the footer information</td></tr>
<tbody>
<tr>
<th></th>
<th>Macintosh PPC</th>
<th>Windows 95</th>
<th>Windows NT</th>
</tr>
<tr>
<td>Base Install
</td>
<td>
yes
</td>
<td>
yes
</td>
<td>
yes
</td>
</tr>
<tr>
<td>Complete Install
</td>
<td>
yes
</td>
<td>
yes
</td>
<td>
yes
</td>
</tr>
<tr>
<td>Pro Edition Install
</td>
<td>
yes
</td>
<td>
yes
</td>
<td>
yes
</td>
</tr>
</tbody>
</table>
</html>