Chromium Code Reviews| Index: LayoutTests/fast/multicol/vertical-rl/float-big-line-expected.html |
| diff --git a/LayoutTests/fast/multicol/vertical-rl/float-big-line-expected.html b/LayoutTests/fast/multicol/vertical-rl/float-big-line-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..02c85d17d213688434c0ad0c7ff903d6613d27a8 |
| --- /dev/null |
| +++ b/LayoutTests/fast/multicol/vertical-rl/float-big-line-expected.html |
| @@ -0,0 +1,54 @@ |
| +<!DOCTYPE html> |
| +<style> |
| + body { |
| + -webkit-writing-mode: vertical-rl; |
| + } |
| + .columns { |
| + border: 2px solid black; |
| + width: 400px; |
| + line-height: 20px; |
| + } |
| + .column1, .column2 { |
| + float: left; |
| + height: 50%; |
| + } |
| + .big { |
| + font-size: 128px; |
| + line-height: initial; |
| + } |
| + .left { float: left; } |
| +</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> |
| + 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"> |
| + <span class="big left">T</span>his 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> |