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

49 lines
1.0 KiB
HTML

<HTML>
<head>
<!-- testcase: table_abs.htm -->
<!-- Author: Michael Cobbley, Date: 10/19/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: HTML 3.2 and HTML 4.0 To test the alignment of objects. -->
<!-- Expected result: The ABS middle tag should center the nested table in the
middle of cell one. This tag will not work in IE 4-->
<meta name="Author" content="Mike Cobbley">
<meta name="GENERATOR" content="Mozilla/4.5 [en]C-NSCP (WinNT; I)
[Netscape]">
</head>
<body>
&nbsp;
<table BORDER COLS=2 WIDTH="50%" >
<tr>
<td><table ALIGN="ABSMIDDLE" BORDER COLS=2 WIDTH="5%" >
<tr>
<td>hello</td>
<td>hello</td>
</tr>
<tr>
<td>hello</td>
<td>hello</td>
</tr>
</table></td>
<td>hello</td>
</tr>
<tr>
<td>hello</td>
<td>hello</td>
</tr>
</table>
</body>
</html>