Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla_expected_failures / bugs / bug3166-13.html
blob6f32c7ec34db267c9282f327f79bf8b0078555f7
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 - 13</title>
7 <style type="text/css">
8 table {border:solid green}
9 caption{border: solid orange}
10 </style>
11 </head>
13 <body >
15 <table align="center">
16 <caption align="left" style="width:20%">cap</caption>
17 <tr><td>table cell</td></tr>
18 </table>
23 </body>
25 </html>