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

Unified Diff: LayoutTests/fast/multicol/tall-line-in-short-block-expected.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 | « LayoutTests/fast/multicol/tall-line-in-short-block.html ('k') | Source/core/layout/LayoutBlockFlow.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/multicol/tall-line-in-short-block-expected.html
diff --git a/LayoutTests/fast/multicol/tall-line-in-short-block-expected.html b/LayoutTests/fast/multicol/tall-line-in-short-block-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..f21d59c1c5268e924cfaae4c72964da04a30c3f8
--- /dev/null
+++ b/LayoutTests/fast/multicol/tall-line-in-short-block-expected.html
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<style>
+ .kix-lineview { height:2em; background:blue;}
+ .doohickey { display:inline-block; height:10em; }
+ .content { position:relative; display:inline-block; top:-8.5em; }
+</style>
+<p>Below you should see two blue boxes with the word "PASS" written on them.</p>
+<div style="width:7.5em; line-height:2em; color:white; background:white;">
+ <br>
+ <div class="kix-lineview">
+ <div class="doohickey"></div>
+ <div class="content">PASS</div>
+ </div>
+ <br>
+ <div class="kix-lineview">
+ <div class="doohickey"></div>
+ <div class="content">PASS</div>
+ </div>
+</div>
« no previous file with comments | « LayoutTests/fast/multicol/tall-line-in-short-block.html ('k') | Source/core/layout/LayoutBlockFlow.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698