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