Chromium Code Reviews| Index: LayoutTests/fast/multicol/vertical-lr/column-break-with-balancing-expected.html |
| diff --git a/LayoutTests/fast/multicol/vertical-lr/column-break-with-balancing-expected.html b/LayoutTests/fast/multicol/vertical-lr/column-break-with-balancing-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..8ac0d606718c4a6261d70556c68928d5d96411d2 |
| --- /dev/null |
| +++ b/LayoutTests/fast/multicol/vertical-lr/column-break-with-balancing-expected.html |
| @@ -0,0 +1,55 @@ |
| +<!DOCTYPE html> |
| +<style> |
| + body { |
| + -webkit-writing-mode: vertical-lr; |
| + } |
| + .columns { |
| + height: 400px; |
| + border: 5px solid blue; |
| + margin-right: 1em; |
| + line-height: 20px; |
| + } |
| + .column { |
| + display: inline-block; |
|
mstensho (USE GERRIT)
2014/10/20 20:14:53
See issue raised in test in parent directory.
andersr
2014/10/21 07:00:11
Done.
mstensho (USE GERRIT)
2014/10/21 07:35:09
Acknowledged.
|
| + height: 200px; |
| + vertical-align: bottom; |
| + } |
| +</style> |
| +<div class="columns"> |
| + <div class="column"> |
| + First column<br> |
| + First column<br> |
| + First column<br> |
| + First column<br> |
| + First column<br> |
| + First column<br> |
| + First column<br> |
| + First column<br> |
| + First column<br> |
| + First column<br> |
| + </div><div class="column"> |
| + Second column<br> |
| + Second column<br> |
| + Second column<br> |
| + Second column<br> |
| + </div> |
| +</div> |
| +<div class="columns"> |
| + <div class="column"> |
| + First column<br> |
| + First column<br> |
| + First column<br> |
| + First column<br> |
| + </div><div class="column"> |
| + Second column<br> |
| + Second column<br> |
| + Second column<br> |
| + Second column<br> |
| + Second column<br> |
| + Second column<br> |
| + Second column<br> |
| + Second column<br> |
| + Second column<br> |
| + Second column<br> |
| + </div> |
| +</div> |