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

Unified Diff: LayoutTests/fast/multicol/newmulticol/single-line-expected.html

Issue 16943008: Column balancing support in the region based multicol implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 6 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
« no previous file with comments | « LayoutTests/fast/multicol/newmulticol/single-line.html ('k') | Source/core/rendering/RenderBlock.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/multicol/newmulticol/single-line-expected.html
diff --git a/LayoutTests/fast/multicol/single-line.html b/LayoutTests/fast/multicol/newmulticol/single-line-expected.html
similarity index 86%
copy from LayoutTests/fast/multicol/single-line.html
copy to LayoutTests/fast/multicol/newmulticol/single-line-expected.html
index 0a41f93bfdfa3a7b14095bbbf134d3efe066fad2..f0479ce93dce3c360fb48116118fcdde385b444a 100644
--- a/LayoutTests/fast/multicol/single-line.html
+++ b/LayoutTests/fast/multicol/newmulticol/single-line-expected.html
@@ -11,8 +11,8 @@
background-color: #eee;
}
p, div {
- margin-top: 1em;
- margin-bottom: 1em;
+ margin: 1em; /* Using horizontal margins here as a work-around for glyphs with negative
+ bearings. The old multicol implementation has buggy clipping. */
}
.large {
font-size: 30px;
« no previous file with comments | « LayoutTests/fast/multicol/newmulticol/single-line.html ('k') | Source/core/rendering/RenderBlock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698