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

31 строка
1021 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN" >
<html>
<head>
<!-- testcase: tables_td_align_right.html
description: HTML Text Markup Element, TABLE/TD/ALIGN/RIGHT -->
<!-- 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 right align in a TD tag -->
<!-- Expected Result: The contents in the TD tag should be right aligned -->
<title>Web Browser Web View (HTML): Document TABLE/TD/ALIGN/RIGHT</title>
</head>
<body>
The TD tag uses the ALIGN attribute. The contents in the first TD tag (Netscape Communicator) should be aligned right.<br>
<table BORDER=1>
<tr>
<td align=right>Netscape Communicator<td>
</tr>
<tr>
<td>Available on the Mac/PC/UNIX platforms !</td>
</tr>
</table>
</body>
</html>