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