| Index: LayoutTests/fast/multicol/vertical-lr/balancing/balance-trailing-border-after-break.html
|
| diff --git a/LayoutTests/fast/multicol/vertical-lr/balancing/balance-trailing-border-after-break.html b/LayoutTests/fast/multicol/vertical-lr/balancing/balance-trailing-border-after-break.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..6f8f5e07631b5e1c81c86f67967038728e8f6265
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/multicol/vertical-lr/balancing/balance-trailing-border-after-break.html
|
| @@ -0,0 +1,15 @@
|
| +<!DOCTYPE html>
|
| +<script src="../../../../resources/js-test.js"></script>
|
| +<script>
|
| + description("Tests that the bottom border at a column boundary in a block that lives in multiple columns is recorded properly for balancing");
|
| +</script>
|
| +<p>There should be no space between the short black line and the long gray one.</p>
|
| +<div id="mc" style="-webkit-writing-mode:vertical-lr; -webkit-columns:3; columns:3; line-height:21px; height:14em; orphans:1; widows:1; border-right:3px solid gray;">
|
| + <div style="width:9px;"></div>
|
| + <div style="border-right:3px solid black;">
|
| + <br><br><br><br><br><br><br><br>
|
| + </div>
|
| +</div>
|
| +<script>
|
| + shouldBe("mc.offsetWidth", "69");
|
| +</script>
|
|
|