Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla_expected_failures / bugs / bug1164.html
blob0bc40db71c50620cdb6bd799e23fbf764c797345
1 <HTML>
2 <head>
3 <!-- testcase: table_abs.htm -->
4 <!-- Author: Michael Cobbley, Date: 10/19/98 -->
5 <!-- ***** BEGIN LICENSE BLOCK *****
6 - Version: MPL 1.1/GPL 2.0/LGPL 2.1
8 - The contents of this file are subject to the Mozilla Public License Version
9 - 1.1 (the "License"); you may not use this file except in compliance with
10 - the License. You may obtain a copy of the License at
11 - http://www.mozilla.org/MPL/
13 - Software distributed under the License is distributed on an "AS IS" basis,
14 - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
15 - for the specific language governing rights and limitations under the
16 - License.
18 - The Original Code is table tests.
20 - The Initial Developer of the Original Code is
21 - Netscape Communications Corp.
22 - Portions created by the Initial Developer are Copyright (C) 1998
23 - the Initial Developer. All Rights Reserved.
25 - Contributor(s):
27 - Alternatively, the contents of this file may be used under the terms of
28 - either the GNU General Public License Version 2 or later (the "GPL"), or
29 - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
30 - in which case the provisions of the GPL or the LGPL are applicable instead
31 - of those above. If you wish to allow use of your version of this file only
32 - under the terms of either the GPL or the LGPL, and not to allow others to
33 - use your version of this file under the terms of the MPL, indicate your
34 - decision by deleting the provisions above and replace them with the notice
35 - and other provisions required by the LGPL or the GPL. If you do not delete
36 - the provisions above, a recipient may use your version of this file under
37 - the terms of any one of the MPL, the GPL or the LGPL.
39 - ***** END LICENSE BLOCK ***** -->
41 <!-- Purpose: HTML 3.2 and HTML 4.0 To test the alignment of objects. -->
42 <!-- Expected result: The ABS middle tag should center the nested table in the
43 middle of cell one. This tag will not work in IE 4-->
45 <meta name="Author" content="Mike Cobbley">
46 <meta name="GENERATOR" content="Mozilla/4.5 [en]C-NSCP (WinNT; I)
47 [Netscape]">
48 </head>
49 <body>
50 &nbsp;
51 <table BORDER COLS=2 WIDTH="50%" >
52 <tr>
53 <td><table ALIGN="ABSMIDDLE" BORDER COLS=2 WIDTH="5%" >
54 <tr>
55 <td>hello</td>
57 <td>hello</td>
58 </tr>
60 <tr>
61 <td>hello</td>
63 <td>hello</td>
64 </tr>
65 </table></td>
67 <td>hello</td>
68 </tr>
70 <tr>
71 <td>hello</td>
73 <td>hello</td>
74 </tr>
75 </table>
77 </body>
78 </html>