| Index: LayoutTests/fast/multicol/vertical-lr/balancing/balance-short-trailing-empty-block.html
|
| diff --git a/LayoutTests/fast/multicol/vertical-lr/balancing/balance-short-trailing-empty-block.html b/LayoutTests/fast/multicol/vertical-lr/balancing/balance-short-trailing-empty-block.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..9b7e80a005be93d2e7184175fb439ef07482a6c8
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/multicol/vertical-lr/balancing/balance-short-trailing-empty-block.html
|
| @@ -0,0 +1,13 @@
|
| +<!DOCTYPE html>
|
| +<script src="../../../../resources/js-test.js"></script>
|
| +<p>Both words below should be in the the right column.</p>
|
| +<div id="console"></div>
|
| +<div id="mc" style="-webkit-writing-mode:vertical-lr; -webkit-columns:2; columns:2; orphans:1; widows:1; -webkit-column-rule:1px solid; column-rule:1px solid; background:olive;">
|
| + <div style="width:120px;"></div>
|
| + <div style="line-height:80px;">second<br>column</div>
|
| + <div style="width:30px;"></div>
|
| +</div>
|
| +<script>
|
| + description("Tests if a block crossing a column boundary is recorded properly for balancing");
|
| + shouldBe("mc.offsetWidth", "190");
|
| +</script>
|
|
|