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

Side by Side Diff: third_party/WebKit/LayoutTests/fragmentation/avoid-break-inside-first-child-nested.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="padding-top:50px; break-inside:avoid;">
6 <div style="padding-top:50px; height:400px; break-inside:avoid;">
7 <div data-offset-y="100" data-offset-x="0">
8 :-)
9 </div>
10 </div>
11 </div>
12 </div>
13 <script>
14 checkLayout("#multicol");
15 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698