Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla_expected_failures / bugs / bug3166-10.html
blobc1dff5727fe2c3bc797aa7c4e216b28ed139bc72
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
4 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
6 <title>caption side static - 10</title>
7 </head>
9 <body bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#800080" alink="#ff0000">
11 <table style=" border:solid green; width:200px" align="center" >
12 <caption style="border:solid orange; width:100px" align="left">
13 caption</caption>
14 <tr><td>table</td></tr></table>
19 </body>
21 </html>