Mozilla/mozilla/layout/html/tests/table/marvin/tables_th_height.html
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

31 lines
943 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN" >
<html>
<head>
<!-- testcase: tables_th_height.html
description: HTML Text Markup Element, TABLE/TH/WIDTH -->
<!-- Author: Chris Petersen Date: 8/7/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 height attribute in a TH tag -->
<!-- Expected Result: The TH height is set to 80 pixels -->
<title>Web Browser Web View (HTML): Document TABLE/TH/WIDTH</title>
</head>
<body>
The TH tag uses the HEIGTH attribute. The TH has been set to 80 pixels.<br>
<table BORDER=1>
<tr>
<th height=80>Netscape Communicator</th>
</tr>
<tr>
<td>Available on the Mac/PC/UNIX platforms !</td>
</tr>
</table>
</body>
</html>