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

Unified Diff: LayoutTests/fast/multicol/vertical-lr/balancing/balance-unbreakable.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-unbreakable.html
diff --git a/LayoutTests/fast/multicol/balance-unbreakable.html b/LayoutTests/fast/multicol/vertical-lr/balancing/balance-unbreakable.html
similarity index 59%
copy from LayoutTests/fast/multicol/balance-unbreakable.html
copy to LayoutTests/fast/multicol/vertical-lr/balancing/balance-unbreakable.html
index 2aebdef0f9f2ac467aab41869612baf83f657440..c41f997b2744147d0955d69212becf24d28e93a0 100644
--- a/LayoutTests/fast/multicol/balance-unbreakable.html
+++ b/LayoutTests/fast/multicol/vertical-lr/balancing/balance-unbreakable.html
@@ -1,18 +1,18 @@
<!DOCTYPE html>
-<script src="../../resources/js-test.js"></script>
+<script src="../../../../resources/js-test.js"></script>
<p>There should be a <em>square</em> with some stuff inside below.</p>
<div id="console"></div>
-<div id="mc" style="-webkit-columns:3; columns:3; width:7em; float:left; orphans:1; widows:1; background:olive;">
+<div id="mc" style="-webkit-writing-mode:vertical-lr; -webkit-columns:3; columns:3; height:7em; orphans:1; widows:1; background:olive;">
<div style="line-height:4em;">line</div>
<div style="line-height:8em;">line</div>
- <img alt="x" style="display:block; height:2em;">
+ <img alt="x" style="display:block; width:2em;">
<div style="line-height:4em;">line</div>
<div style="line-height:10em;">line</div>
<div style="line-height:2em;">line</div>
<div style="line-height:6em;">line</div>
</div>
-<div style="float:left; width:7em; height:14em; background:olive;"></div>
+<div style="width:14em; height:7em; background:olive;"></div>
<script>
description("Tests that an image at a column boundary is recorded properly for balancing");
- shouldBe("mc.offsetHeight", "224");
+ shouldBe("mc.offsetWidth", "224");
</script>

Powered by Google App Engine
This is Rietveld 408576698