Index: LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/viewport-y-horizontal-tb-rtl.html |
diff --git a/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/viewport-y-horizontal-tb-rtl.html b/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/viewport-y-horizontal-tb-rtl.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..c58de144d0212871e93b4f3ab70beee77c4b3f0d |
--- /dev/null |
+++ b/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/viewport-y-horizontal-tb-rtl.html |
@@ -0,0 +1,18 @@ |
+<!DOCTYPE html> |
+<html> |
+ <head> |
+ <script> |
+ if (window.internals) |
+ internals.settings.setRegionBasedColumnsEnabled(true); |
+ </script> |
+ <title>Paged Y overflow, top to bottom block flow, rtl inline flow</title> |
+ </head> |
+ <body style="margin:0; -webkit-writing-mode:horizontal-tb; direction:rtl; overflow:-webkit-paged-y; overflow:paged-y; -webkit-column-gap:0;"> |
+ <div style="-webkit-writing-mode:horizontal-tb; display:table; direction:ltr;"> |
+ This text should be at the top right of the first page<br> |
+ There should be two pages<br> |
+ The second page should be below this one<br> |
+ </div> |
+ <div style="height:110vh;"></div> |
+ </body> |
+</html> |