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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/multicol/nested-one-line-in-inner.html

Issue 1461923005: When balancing columns, we must check inner multicols for unbreakable content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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>Test that an inner multicol with only one line makes the outer multicol tall enough to contain it.</p>
4 <p>There should be a blue square below.</p>
5 <div id="outer" style="-webkit-columns:4; line-height:80px;" data-expected-heigh t="80">
6 <div style="-webkit-columns:4;" data-expected-height="80">
7 <div style="display:inline-block; vertical-align:top; width:80px; height :80px; background:blue;"></div>
8 </div>
9 </div>
10 <script>
11 checkLayout("#outer");
12 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698