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

Side by Side Diff: third_party/WebKit/LayoutTests/fragmentation/unbreakable-tall-float-before-line.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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <p>The text below should be to the left of the hotpink box.</p>
3 <div style="columns:2; column-gap:0; column-fill:auto; width:30em; height:200px; line-height:20px;">
4 <div style="height:80px;"></div>
5 <div style="float:left; break-inside:avoid; width:5em; height:150px; backgro und:hotpink;"></div>
6 first column!
7 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698