Chromium Code Reviews| Index: LayoutTests/fast/multicol/vertical-rl/float-paginate-expected.html |
| diff --git a/LayoutTests/fast/multicol/vertical-rl/float-paginate-expected.html b/LayoutTests/fast/multicol/vertical-rl/float-paginate-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..d46d9a36c2678f5d771f76597b422dd9a3d74fe8 |
| --- /dev/null |
| +++ b/LayoutTests/fast/multicol/vertical-rl/float-paginate-expected.html |
| @@ -0,0 +1,67 @@ |
| +<!DOCTYPE html> |
| +<style> |
| + body { |
| + -webkit-writing-mode: vertical-rl; |
| + } |
| + .columns { |
| + border: 2px solid black; |
| + overflow: auto; |
| + line-height: 20px; |
| + } |
| + .column1, .column2 { |
| + height: calc(50% - 10px); |
| + float: left; |
| + } |
| + .column1 { |
| + margin-bottom: 20px; |
| + } |
| + img { |
| + float: left; |
| + height: 150px; |
| + width: 320px; |
| + background-color: green; |
| + display: block; |
| + } |
| +</style> |
| +<div class="columns"> |
| + <div class="column1"> |
| + This is some text.<br> |
| + This is some text.<br> |
| + This is some text.<br> |
| + This is some text.<br> |
| + This is some text.<br> |
| + This is some text.<br> |
| + This is some text.<br> |
| + This is some text.<br> |
| + This is some text.<br> |
| + This is some text.<br> |
| + </div> |
| + <div class="column2"> |
| + <img> |
| + This is some text.<br> |
| + This is some text.<br> |
| + This is some text.<br> |
| + This is some text.<br> |
| + This is some text.<br> |
| + This is some text.<br> |
| + This is some text.<br> |
| + This is some text.<br> |
| + This is some text.<br> |
| + This is some text.<br> |
| + This is some text.<br> |
| + This is some text.<br> |
| + This is some text.<br> |
| + This is some text.<br> |
| + This is some text.<br> |
| + This is some text.<br> |
| + This is some text.<br> |
| + This is some text.<br> |
| + This is some text.<br> |
| + This is some text.<br> |
| + This is some text.<br> |
| + This is some text.<br> |
| + This is some text.<br> |
| + This is some text.<br> |
| + This is some text.<br> |
| + </div> |
| +</div> |