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

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>