Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug127267.html
blobdba0f9d2560ff0b1767c9a2216a605cd87952628
1 <!doctype html public "-//w3c//dtd html 3.2//en">
3 <html>
5 <head>
6 <title>caption dir test</title>
7 <meta name="GENERATOR" content="Arachnophilia 4.0">
8 <meta name="FORMATTER" content="Arachnophilia 4.0">
9 <style>
10 .rtl {direction:rtl}
11 </style>
12 </head>
14 <body bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#800080" alink="#ff0000">
16 <table>
17 <caption class="rtl" style="border:solid; width:500px ">
18 is the question mark on the left side with style?
19 </caption>
20 <tr>
21 <td>
22 table cell
23 </td>
24 </tr>
25 </table>
26 <table>
27 <caption dir="rtl" style="border:solid; width:500px ">
28 is the question mark on the left side without style?
29 </caption>
30 <tr>
31 <td>
32 table cell
33 </td>
34 </tr>
35 </table>
37 </body>
39 </html>