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