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

31 строка
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>