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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/css-intrinsic-dimensions/fixed-inlinesize-contribution-nonreplaced-blocks-1-expected.html

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: 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 <!DOCTYPE html>
2
3 <style>
4 @import "resources/width-keyword-classes.css";
5 @import "resources/intrinsic-size-contribution.css";
6
7 .fixed {
8 width: 50px;
9 }
10 </style>
11
12 <div class="container max-content">
13 <div class="item fixed"></div>
14 </div>
15
16 <div class="container max-content">
17 <div class="item fixed border"></div>
18 </div>
19
20 <div class="container max-content">
21 <div class="item fixed padding"></div>
22 </div>
23
24 <div class="container max-content">
25 <div class="item fixed margin"></div>
26 </div>
27
28 <div class="container max-content">
29 <div class="item fixed border padding"></div>
30 </div>
31
32 <div class="container max-content">
33 <div class="item fixed border margin"></div>
34 </div>
35
36 <div class="container max-content">
37 <div class="item fixed border padding margin"></div>
38 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698