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

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

Issue 1236163002: Don't paginate lines that are taller than the column / page. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
« no previous file with comments | « no previous file | LayoutTests/fast/multicol/line-too-tall-to-fit-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/multicol/line-too-tall-to-fit.html
diff --git a/LayoutTests/fast/multicol/line-too-tall-to-fit.html b/LayoutTests/fast/multicol/line-too-tall-to-fit.html
deleted file mode 100644
index 54ccf55ed086724ff209ea7e5b237306713b09a6..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/multicol/line-too-tall-to-fit.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<!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>
-<div style="-webkit-columns:2; -webkit-column-gap:0; column-fill:auto; width:4em; height:10em;">
- <span>P</span><span>A</span><br>
- <div style="display:inline-block; height:20em;"><span>S</span><span>S</span></div>
-</div>
« no previous file with comments | « no previous file | LayoutTests/fast/multicol/line-too-tall-to-fit-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698