49 lines
1.0 KiB
HTML
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>
|
|
|
|
<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>
|