32 lines
1011 B
HTML
32 lines
1011 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN" >
|
|
<html>
|
|
<head>
|
|
<!-- test case: tables_td_nowrap.html
|
|
description: HTML Text Markup Element, TABLE TD NOWRAP -->
|
|
<!-- 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 the TABLE TD tag.-->
|
|
<!-- Expected result: The TD cell should not wrap when window is resized. -->
|
|
<title>Web Browser Web View (HTML): Document TABLE TD NOWRAP</title>
|
|
</head>
|
|
<body>
|
|
The TD cell (The EggPlant Exchange) should not wrap when window is resized. However, the cell below the
|
|
heading will wrap atuomatically.<br>
|
|
<table border=1>
|
|
<tr>
|
|
<TD nowrap>The Eggplant Exchange</TD>
|
|
</tr>
|
|
<tr>
|
|
<td>Lots of Recipies for Eggplant Lovers</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|
|
|
|
|
|
|
|
|
|
|