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; |