Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla_expected_failures / bugs / bug3166-18.html
blob09a8284eb8c7cc1f79305c4e874ab0fb9a64f2f3
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 - 18 - css2</title>
8 <style type="text/css">
10 BODY {
11 margin-left: 8em
13 TABLE {
14 margin-left: auto;
15 margin-right: auto
17 CAPTION {
18 caption-side: left;
19 margin-left: -8em;
20 width: 8em;
21 text-align: right;
22 vertical-align: bottom
24 </style>
25 </head>
27 <body>
29 <p>
30 text text text previous paragraph text text above the table more text text text normal paragraph etc. etc.</p>
31 <table>
32 <caption>This is the caption. It is right aligned.Also aligned at the bottom</caption>
33 <tr><th>header</th><th>header</th><th> header</th></tr>
34 <tr><td>cell</td><td>cell</td><td>cell</td></tr>
35 <tr><td>cell</td><td>cell</td><td>cell</td></tr>
36 <tr><td>cell</td><td>cell</td><td>cell</td></tr>
37 <tr><td>cell</td><td>cell</td><td>cell</td></tr>
38 <tr><td>cell</td><td>cell</td><td>cell</td></tr>
39 <tr><td>cell</td><td>cell</td><td>cell</td></tr>
40 </table>
41 </body>
42 </html>