Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug4849.html
blob61602593219910352fb6b4b9116200921627d1f5
1 <HTML>
2 <BODY>
3 <TABLE BORDER=0 cellpadding=0 cellspacing=0 width=600>
4 <TR>
5 <TD WIDTH=150 BGCOLOR=00EEEE>
6 150 pixels wide
7 </TD>
8 <TD WIDTH=1 BGCOLOR=FF0000>
9 <IMG SRC=../images/gray.gif WIDTH=1>
10 </TD>
11 <TD WIDTH=449 BGCOLOR=EEEE00>
12 449 pixels wide
13 </TD>
14 </TR>
15 <TR>
16 <TD WIDTH=600 BGCOLOR=00FF00 COLSPAN=3>
17 Bottom cell, 600 pixels wide
18 <IMG SRC=../images/gray.gif WIDTH=600 HEIGHT=10>
19 </TD>
20 </TR>
21 </TABLE>
22 </BODY>
23 </HTML>