Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla_expected_failures / bugs / bug17826.html
blobeba912e9c2c1a26005dc60ddbba8d6e162b69d46
1 <HTML>
2 <HEAD>
3 <style>
4 table, td {border: 1px solid red;}
5 </style>
6 </HEAD>
7 <BODY>
10 <TABLE BORDER=1 WIDTH=100% BGCOLOR=CCCCCC>
11 <TR VALIGN=TOP>
12 <TD ROWSPAN=2 WIDTH=10%>&nbsp;</TD>
13 <TD COLSPAN=6 WIDTH=70%>&nbsp;</TD>
14 <TD WIDTH=10%>&nbsp;</TD>
15 <TD ROWSPAN=2 WIDTH=10%>&nbsp;</TD>
16 </TR>
17 <TR VALIGN=TOP>
18 <TD COLSPAN=3 WIDTH=10%>Find&nbsp;a&nbsp;Business</TD>
19 <TD COLSPAN=3 WIDTH=10%>What's&nbsp;New</TD>
20 <TD COLSPAN=1 WIDTH=10%>Search&nbsp;Tips</TD>
21 </TR>
22 <TR>
23 <TD COLSPAN=9 HEIGHT=8>&nbsp;</TD>
24 </TR>
25 </TABLE>
28 <p>
29 bug #17826 : Drag the right edge of the window and either widen or
30 narrow the window; the column widths should oscillate as you resize
31 the window (tested 1999122008 WinNT)
32 </p>
34 </BODY></HTML>