Index: LayoutTests/fast/multicol/vertical-rl/balancing/balance-trailing-border-after-break.html |
diff --git a/LayoutTests/fast/multicol/balance-trailing-border2.html b/LayoutTests/fast/multicol/vertical-rl/balancing/balance-trailing-border-after-break.html |
similarity index 50% |
rename from LayoutTests/fast/multicol/balance-trailing-border2.html |
rename to LayoutTests/fast/multicol/vertical-rl/balancing/balance-trailing-border-after-break.html |
index 1f815e9afc40294470e788bb4c476c35e81c29f7..b04f19329bcee5895939655be6ebe0fc2aac48cf 100644 |
--- a/LayoutTests/fast/multicol/balance-trailing-border2.html |
+++ b/LayoutTests/fast/multicol/vertical-rl/balancing/balance-trailing-border-after-break.html |
@@ -1,15 +1,15 @@ |
<!DOCTYPE html> |
-<script src="../../resources/js-test.js"></script> |
+<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-columns:3; columns:3; line-height:21px; orphans:1; widows:1; border-bottom:3px solid gray;"> |
- <div style="height:9px;"></div> |
- <div style="border-bottom:3px solid black;"> |
+<div id="mc" style="-webkit-writing-mode:vertical-rl; -webkit-columns:3; columns:3; line-height:21px; height:14em; orphans:1; widows:1; border-left:3px solid gray;"> |
+ <div style="width:9px;"></div> |
+ <div style="border-left:3px solid black;"> |
<br><br><br><br><br><br><br><br> |
</div> |
</div> |
<script> |
- shouldBe("mc.offsetHeight", "69"); |
+ shouldBe("mc.offsetWidth", "69"); |
</script> |