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

Unified Diff: LayoutTests/fast/multicol/newmulticol/balance-maxheight2.html

Issue 814113008: Make virtual/regionbasedmulticol/fast/multicol/newmulticol/balance-maxheight2.html pass on Mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: virtual/slimmingpaint/fast/multicol/newmulticol/balance-maxheight2.html should pass now Created 5 years, 11 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/newmulticol/balance-maxheight2.html
diff --git a/LayoutTests/fast/multicol/newmulticol/balance-maxheight2.html b/LayoutTests/fast/multicol/newmulticol/balance-maxheight2.html
index 910bbc9243df6e09079ac86d48dd13acdd6a4c4e..f0383f697eea813a8221eb18ed85b7464f6dc648 100644
--- a/LayoutTests/fast/multicol/newmulticol/balance-maxheight2.html
+++ b/LayoutTests/fast/multicol/newmulticol/balance-maxheight2.html
@@ -10,7 +10,7 @@
</head>
<body>
<p>There should be two identical boxes below.</p>
- <div id="mc" style="-webkit-columns:3; columns:3; max-height:2em; orphans:1; widows:1; color:olive; background:olive;">
+ <div id="mc" style="-webkit-columns:3; columns:3; max-height:2em; line-height:1.5em; orphans:1; widows:1; color:olive; background:olive;">
<br>
<br>
<br>

Powered by Google App Engine
This is Rietveld 408576698