Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla_expected_failures / bugs / bug3166-4.html
blob8b6a3b829e0780d4b22d886fffa9ea15f77b551c
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 - 4</title>
7 </head>
9 <body bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#800080" alink="#ff0000">
11 <table style="width:200px; border:solid green" >
12 <caption style="border:solid orange; caption-side:left">
13 caption text</caption>
14 <tr><td>table</td></tr></table>
16 </body>
18 </html>