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