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

Side by Side Diff: LayoutTests/fast/css-intrinsic-dimensions/height-flexbox-expected.html

Issue 13674002: Support intrinsic values for height, min-height and max-height (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: CSS table tests Created 7 years, 8 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 .container {
4 border: 2px solid blue;
5 }
6
7 .item {
8 border: 2px solid red;
9 }
10 </style>
11
12 <div class="container">
13 <div class="item">
14 Line 1<br>
15 Line 2
16 </div>
17 </div>
18
19 <div class="container">
20 <div class="item">
21 Line 1
22 </div>
23 <div class="item">
24 Line 1<br>
25 Line 2
26 </div>
27 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698