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

Side by Side Diff: third_party/WebKit/LayoutTests/fragmentation/avoid-break-inside-first-child.html

Issue 2400083003: Don't break before a first in-flow block container. (Closed)
Patch Set: Created 4 years, 2 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 <script src="../resources/check-layout.js"></script>
3 <p>There should be a smiley below.</p>
4 <div id="multicol" style="position:relative; columns:1; column-fill:auto; height :200px; overflow:hidden;">
5 <div style="margin-top:100px; height:400px; break-inside:avoid;">
6 <div data-offset-y="100" data-offset-x="0">
7 :-)
8 </div>
9 </div>
10 </div>
11 <script>
12 checkLayout("#multicol");
13 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698