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

Side by Side Diff: LayoutTests/css3/flexbox/flexbox-with-multi-column-property-expected.html

Issue 488183003: Multi-column properties in a flexbox hide its content (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Incorporated nits Created 6 years, 4 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 <link href="resources/flexbox.css" rel="stylesheet">
3 <style>
4 .flexbox, .inline-flexbox {
5 width: 20em;
6 }
7 </style>
8 <div class="flexbox">
9 AAAAAAAAAA BBBBBBBBBB CCCCCCCCCC DDDDDDDDDD
10 </div>
11
12 <div class="inline-flexbox">
13 AAAAAAAAAA BBBBBBBBBB CCCCCCCCCC DDDDDDDDDD
14 </div>
OLDNEW
« no previous file with comments | « LayoutTests/css3/flexbox/flexbox-with-multi-column-property.html ('k') | Source/core/rendering/RenderBlock.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698