karnaze%netscape.com 40c7757fb4 table regression tests
git-svn-id: svn://10.0.0.236/trunk@26311 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-05 19:56:05 +00:00

1 line
1.3 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<html>
<HEAD><!-- testcase: body_tbody.html
description: HTML Text Markup Element- TBODY-->
<!-- 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 TBODY Element. The TBODY element allows table rows to be grouped in table foot. The table head purpose is to contain information about the table's column's. -->
<!-- Expected result: The table has a single TBODY element which contains all the table's rows and columns . -->
<title>Web Browser Web View (HTML): Document TBODY</title>
</HEAD>
<TABLE>
<caption>
Communicator 4.5 Installers for Mac and Windows Platforms</caption>
<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>