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

Unified Diff: third_party/WebKit/LayoutTests/fragmentation/unbreakable-tall-float-before-block.html

Issue 1899193007: Remove special-code for paginating floats followed by lines of text. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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: third_party/WebKit/LayoutTests/fragmentation/unbreakable-tall-float-before-block.html
diff --git a/third_party/WebKit/LayoutTests/fragmentation/unbreakable-tall-float-before-block.html b/third_party/WebKit/LayoutTests/fragmentation/unbreakable-tall-float-before-block.html
new file mode 100644
index 0000000000000000000000000000000000000000..807400abd7066930ef1e4a50d4e7607e2831043c
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fragmentation/unbreakable-tall-float-before-block.html
@@ -0,0 +1,7 @@
+<!DOCTYPE html>
+<p>The text below should be to the left of the hotpink box.</p>
+<div style="columns:2; column-gap:0; column-fill:auto; width:30em; height:200px; line-height:20px;">
+ <div style="height:80px;"></div>
+ <div style="float:left; break-inside:avoid; width:5em; height:150px; background:hotpink;"></div>
+ <div>first column!</div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698