зеркало из https://github.com/mozilla/pjs.git
31 строка
943 B
HTML
31 строка
943 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN" >
|
|
<html>
|
|
<head>
|
|
<!-- testcase: tables_td_height.html
|
|
description: HTML Text Markup Element, TABLE/TD/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 TD tag -->
|
|
<!-- Expected Result: The TD height is set to 80 pixels -->
|
|
<title>Web Browser Web View (HTML): Document TABLE/TD/WIDTH</title>
|
|
</head>
|
|
<body>
|
|
The TD tag uses the HEIGTH attribute. The TD has been set to 80 pixels.<br>
|
|
<table BORDER=1>
|
|
<tr>
|
|
<td height=80>Netscape Communicator</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Available on the Mac/PC/UNIX platforms !</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|
|
|
|
|
|
|
|
|
|
|