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/image-block-as-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 <style>
3 #multicol { position:relative; columns:2; column-fill:auto; column-gap:0; wi dth:100px; height:50px; }
4 img { display:block; margin-top:30px; width:40px; height:40px; background:bl ue; }
5 </style>
6 <p>There should be a blue square below.</p>
7 <div id="multicol">
8 <img data-offset-x="50" data-offset-y="0" data-offset-width="50" data-offset -height="50">
9 </div>
10 <script src="../resources/check-layout.js"></script>
11 <script>
12 checkLayout("#multicol");
13 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698