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

Side by Side Diff: LayoutTests/css3/flexbox/auto-height-with-flex.html

Issue 1258693005: [css-flexbox] Correctly determine whether a percentage height is definite (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix tests Created 5 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 | Annotate | Revision Log
OLDNEW
1 <div style="display:-webkit-flex; -webkit-flex-direction:column; border:1px soli d purple;"> 1 <!DOCTYPE html>
2 <div style="display: flex; flex-direction: column; border: 1px solid purple;">
2 <div>Header</div> 3 <div>Header</div>
3 <div style="-webkit-flex:1">Flexible content<br> 4 <div style="flex: 1">Flexible content<br>
4 </div> 5 </div>
5 </div> 6 </div>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/css3/flexbox/percentage-height-in-abspos.html » ('j') | Source/core/layout/LayoutFlexibleBox.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698