Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / multicol / newmulticol / compare-with-old-impl / div-x-vertical-rl-rtl.html
1 <!DOCTYPE html>
2 <html>
3     <head>
4         <script>
5             if (window.internals)
6                 internals.settings.setRegionBasedColumnsEnabled(true);
7         </script>
8         <title>Paged X overflow, right to left block flow, rtl inline flow</title>
9     </head>
10     <body>
11         <div style="position:relative; width:10em; height:35em; border:1px solid black; -webkit-writing-mode:vertical-rl; direction:rtl; overflow:-webkit-paged-x; overflow:paged-x; -webkit-column-gap:0;">
12             <div style="display:table; direction:ltr;">
13                 This text should be at the bottom right of the first page<br>
14                 There should be two pages<br>
15                 The second page should be to the left of this one<br>
16             </div>
17             <div style="width:110%;"></div>
18         </div>
19     </body>
20 </html>