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

32 строки
1.0 KiB
HTML

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