Index: LayoutTests/fast/pagination/div-y-horizontal-tb-rtl-expected.html |
diff --git a/LayoutTests/fast/pagination/div-x-horizontal-tb-rtl-expected.html b/LayoutTests/fast/pagination/div-y-horizontal-tb-rtl-expected.html |
similarity index 58% |
copy from LayoutTests/fast/pagination/div-x-horizontal-tb-rtl-expected.html |
copy to LayoutTests/fast/pagination/div-y-horizontal-tb-rtl-expected.html |
index 3673738c80e8044c516f5097c6298a7ffdf35de1..096768e85089dd9bdf9f18325262616906823621 100644 |
--- a/LayoutTests/fast/pagination/div-x-horizontal-tb-rtl-expected.html |
+++ b/LayoutTests/fast/pagination/div-y-horizontal-tb-rtl-expected.html |
@@ -1,16 +1,16 @@ |
<!DOCTYPE html> |
<html> |
<head> |
- <title>Paged X overflow, top to bottom block flow, rtl inline flow</title> |
+ <title>Paged Y overflow, top to bottom block flow, rtl inline flow</title> |
</head> |
<body> |
<div style="position:relative; width:35em; height:10em; border:1px solid black; -webkit-writing-mode:horizontal-tb; direction:rtl; overflow:auto;"> |
- <div style="display:table; direction:ltr;"> |
+ <div style="position:absolute; width:1px; height:200%;"></div> |
+ <div style="display:table; direction:ltr; -webkit-writing-mode:horizontal-tb;"> |
This text should be at the top right of the first page<br> |
There should be two pages<br> |
- The second page should be to the left of this one<br> |
+ The second page should be below this one<br> |
</div> |
- <div style="position:absolute; right:0; width:200%; height:1px;"></div> |
</div> |
</body> |
</html> |