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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/css-intrinsic-dimensions/resources/intrinsic-size-contribution.css

Issue 1504403002: Fix computation of min|max-content contribution of non-replaced blocks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reworked patch & tests 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 .container {
2 border: 5px solid blue;
3 background-color: gray;
4 margin-top: 10px;
5 }
6
7 .item {
8 font: 10px/1 Ahem;
9 height: 30px;
10 background-color: orange;
11 }
12
13 .border { border: 5px solid red; }
14
15 .padding { padding: 10px; }
16
17 .margin { margin: 20px; }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698