Skip to content

Commit

Permalink
CSS Intrinsic & Extrinsic Sizing Module Level 3 (LeaVerou#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zefling authored and LeaVerou committed Feb 25, 2017
1 parent ac66e9b commit 6747b2d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -894,5 +894,18 @@ window.Specs = {
"properties": {
"contain": ["none", "strict", "content", "size", "layout", "style", "paint"]
}
},

"css-sizing-3" : {
"title": "Intrinsic & Extrinsic Sizing",
"properties": {
"width": ["stretch", "max-content", "min-content", "fit-content", "fit-content(10%)"],
"min-width": ["stretch", "max-content", "min-content", "fit-content", "fit-content(10%)"],
"max-width": ["stretch", "max-content", "min-content", "fit-content", "fit-content(10%)"],
"height": ["stretch", "max-content", "min-content", "fit-content", "fit-content(10%)"],
"min-height": ["stretch", "max-content", "min-content", "fit-content", "fit-content(10%)"],
"max-height": ["stretch", "max-content", "min-content", "fit-content", "fit-content(10%)"],
"column-width": ["stretch", "max-content", "min-content", "fit-content", "fit-content(10%)"]
}
}
};

0 comments on commit 6747b2d

Please sign in to comment.