OLD | NEW |
---|---|
(Empty) | |
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, bottom to top block flow, rtl inline flow</titl e> | |
9 </head> | |
10 <body> | |
11 <div style="position:relative; width:35em; height:10em; border:1px solid black; -webkit-writing-mode:horizontal-bt; direction:rtl; overflow:-webkit-page d-x; overflow:paged-x; -webkit-column-gap:0;"> | |
12 <div style="display:table; direction:ltr; -webkit-writing-mode:horiz ontal-tb;"> | |
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="height:110%;"></div> | |
18 </div> | |
19 </body> | |
20 </html> | |
OLD | NEW |