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

1 строка
1.4 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<html>
<HEAD><!-- testcase: body_thead.html
description: HTML Text Markup Element- THEAD -->
<!-- Author: Chris Petersen Date: 11/5/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. -->
<!-- Purpose: To test the THEAD Element. The THEAD element allows table rows to be grouped in table head. The table head purpose is to contain information about the table's column's. -->
<!-- Expected result: The table has a single THEAD element which contains the sentence "This is the header information". It should be rendered above the body of the table. -->
<title>Web Browser Web View (HTML): Document THEAD</title>
</HEAD>
<TABLE>
<caption>
Communicator 4.5 Installers for Mac and Windows Platforms</caption>
<THEAD><TR><TD>This is the header 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>