Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(74)

Unified Diff: LayoutTests/fast/multicol/vertical-lr/balancing/balance-trailing-border.html

Issue 510123002: Make vertical-lr and vertical-rl versions of the tests that replace border-padding-pagination.html (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rename tests Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/multicol/vertical-lr/balancing/balance-trailing-border.html
diff --git a/LayoutTests/fast/multicol/vertical-lr/balancing/balance-trailing-border.html b/LayoutTests/fast/multicol/vertical-lr/balancing/balance-trailing-border.html
new file mode 100644
index 0000000000000000000000000000000000000000..64bc67928b860f40b7b140683cd13f082c365e7b
--- /dev/null
+++ b/LayoutTests/fast/multicol/vertical-lr/balancing/balance-trailing-border.html
@@ -0,0 +1,16 @@
+<!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:110px"></div>
+ <div style="border:2px solid black; height:175px;">
+ <div style="margin:10px 0; border:2px solid blue;">
+ <span style="line-height:80px;">right<br>column</span>
+ </div>
+ </div>
+</div>
+<script>
+ description("Tests that the bottom border at a column boundary is recorded properly for balancing");
+ shouldBe("mc.offsetWidth", "168");
+</script>

Powered by Google App Engine
This is Rietveld 408576698