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

Side by Side Diff: LayoutTests/fast/multicol/span/margin-on-multicol.html

Issue 864333002: Rewrote fast/multicol/span/anonymous-style-inheritance.html to a check-layout test. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 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 <script>
4 onload = function() { checkLayout('#container'); }
5 </script>
6 <p>Test that margins on a multicol container don't collapse with spanners' margi ns.</p>
7 <p>There should be a blue <em>square</em> below.</p>
8 <div id="container" style="overflow:hidden; width:100px; background:blue;" data- expected-height="100">
9 <div style="-webkit-columns:3; margin:20px 0;">
10 <div style="-webkit-column-span:all; margin:20px 0; height:20px;"></div>
11 </div>
12 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698