Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla_expected_failures / bugs / bug3166-16.html
blobf1d5d1b85d2136b74fcc59aa266934439bbd7a62
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 - 16</title>
8 <style type="text/css">
9 table {border:solid green}
10 caption{border: solid orange; caption-side:left; margin:auto}
11 </style>
12 </head>
14 <body >
16 <table align="center">
17 <caption style="width:20%">cap</caption>
18 <tr><td>table cell</td></tr>
19 </table>
24 </body>
26 </html>