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

33 строки
991 B
HTML
Исходник Обычный вид История

1999-04-05 23:56:05 +04:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN" >
<html>
<head>
<!-- testcase: tables_td_rowspan.html
description: HTML Text Markup Element, TABLE/TD/ROWSPAN -->
<!-- Author: Chris Petersen Date: 8/7/98 -->
<!-- CONFIDENTIAL AND PROPRIETARY TEST SCRIPT OF NETSCAPE COMMUNICATIONS CORPORATION
Copyright <20> 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/ROWSPAN tag.-->
<!-- Expected result: The first TD(Platforms)will span across 2 rows -->
<title>Web Browser Web View (HTML): Document TABLE/TD/ROWSPAN</title>
</head>
<body>
This table uses a ROWSPAN attribute in the first TD tag. The ROWSPAN attribute
has a value of 2.<br><br>
<table BORDER=1>
<tr>
<td rowspan=2>Platforms</td>
<td>Netscape Communicator 4.0.6</td>
</tr>
<tr>
<td>Available Everywhere</td>
</tr>
</table>
</body>
</html>