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

Unified Diff: LayoutTests/fast/multicol/line-too-tall-to-fit-expected.html

Issue 1221803003: Behave more normally for content taller than the fragmentainer it's in. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Manually rebaseline fast/repaint/multicol-with-text. Get rid of platform-specific expectations. Created 5 years, 5 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/line-too-tall-to-fit-expected.html
diff --git a/LayoutTests/fast/multicol/line-too-tall-to-fit-expected.html b/LayoutTests/fast/multicol/line-too-tall-to-fit-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..5bc1103f48847eacb5cfb4b692676f5a9f74f42b
--- /dev/null
+++ b/LayoutTests/fast/multicol/line-too-tall-to-fit-expected.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<style>
+ span { float:left; width:1em; }
+</style>
+<p>A line that doesn't fit in the current column (that has preceding content) should be moved to the next column, even if the line is taller than the multicol container.</p>
+<p>Below the word "PASS" should be seen, with large letter spacing.</p>
+<span>P</span><span>A</span>
+<span>S</span><span>S</span>
« no previous file with comments | « LayoutTests/fast/multicol/line-too-tall-to-fit.html ('k') | LayoutTests/fast/multicol/unbreakable-block-too-tall-to-fit.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698