Chromium Code Reviews| Index: LayoutTests/fast/multicol/vertical-rl/column-break-with-balancing-expected.html | 
| diff --git a/LayoutTests/fast/multicol/vertical-rl/column-break-with-balancing-expected.html b/LayoutTests/fast/multicol/vertical-rl/column-break-with-balancing-expected.html | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..1ebcde24aaa7bd5f273bc461fdd8db8de2468367 | 
| --- /dev/null | 
| +++ b/LayoutTests/fast/multicol/vertical-rl/column-break-with-balancing-expected.html | 
| @@ -0,0 +1,57 @@ | 
| +<!DOCTYPE html> | 
| +<style> | 
| + body { | 
| + -webkit-writing-mode: vertical-rl; | 
| + } | 
| + .columns { | 
| + width: 200px; | 
| + height: 400px; | 
| + border: 5px solid blue; | 
| + margin-right: 1em; | 
| + line-height: 20px; | 
| + } | 
| + .column { | 
| + float: left; | 
| + height: 200px; | 
| + } | 
| +</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> |