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