1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147
|
<!DOCTYPE HTML>
<!--
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/
-->
<html><head>
<meta charset="utf-8">
<title>Reference: stretching intrinsic ratio item with min/max-size:auto and automatic minimum size clamping</title>
<link rel="author" title="Mats Palmgren" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1218178">
<style type="text/css">
body,html { color:black; background:white; font:16px/1 monospace; padding:0; margin:0; }
.grid {
display: inline-grid;
border: 1px solid;
margin: 5px;
align-items: start;
justify-items: start;
}
.vertical-tests div { vertical-align:bottom }
</style>
</head>
<body>
<!-- Group 1 -->
<div class="grid" style="grid: 96px / 20px">
<img src="support/lime-2x24.png" style="height:96px; width:20px">
</div>
<div class="grid" style="grid: 96px / 4px">
<img src="support/lime-2x24.png" style="height:96px; width:4px">
</div>
<div class="grid" style="grid: 8px / 20px">
<img src="support/lime-24x2.png" style="width:20px; height:8px">
</div>
<div class="grid" style="grid: 8px / 100px">
<img src="support/lime-24x2.png" style="width:100px; height:8px">
</div>
<div class="grid" style="grid: 96px / 10px">
<img src="support/lime-2x24.png" style="align-self:start; height:calc(10px * 12); width:10px">
</div>
<div class="grid" style="grid: 96px / 4px">
<img src="support/lime-2x24.png" style="align-self:start; height:calc(4px * 12); width:4px">
</div>
<div class="grid" style="grid: 8px / 100px">
<img src="support/lime-24x2.png" style="justify-self:start; width:calc(8px * 12); height:8px">
</div>
<div class="grid" style="grid: 8px / 10px">
<img src="support/lime-24x2.png" style="justify-self:start; width:calc(8px * 12); height:8px">
</div>
<br>
<!-- Group 2 -->
<div class="grid" style="grid: 96px / 10px">
<img src="support/lime-2x24.png" style="align-self:safe start; height:calc(10px * 12); width:10px">
</div>
<div class="grid" style="grid: 96px / 10px">
<img src="support/lime-2x24.png" style="align-self:unsafe start; height:calc(10px * 12); width:10px">
</div>
<div class="grid" style="grid: 96px / 10px">
<img src="support/lime-2x24.png" style="align-self:safe end; height:calc(10px * 12); width:10px">
</div>
<div class="grid" style="grid: 96px / 10px">
<img src="support/lime-2x24.png" style="align-self:unsafe end; height:calc(10px * 12); width:10px">
</div>
<div class="grid" style="grid: 4px / 10px">
<img src="support/lime-24x2.png" style="justify-self:safe start; width:calc(4px * 12); height:4px">
</div>
<div class="grid" style="grid: 4px / 10px; margin-left: 40px">
<img src="support/lime-24x2.png" style="justify-self:unsafe start; width:calc(4px * 12); height:4px">
</div>
<div class="grid" style="grid: 4px / 10px; margin-left: 40px">
<img src="support/lime-24x2.png" style="justify-self:safe end; width:calc(4px * 12); height:4px">
</div>
<div class="grid" style="grid: 4px / 10px; margin-left: 80px">
<img src="support/lime-24x2.png" style="justify-self:unsafe end; width:calc(4px * 12); height:4px">
</div>
<br>
<div class="vertical-tests">
<!-- Group 3 -->
<div class="grid" style="grid: 96px / 20px">
<img src="support/lime-2x24.png" style="height:96px; width:20px">
</div>
<div class="grid" style="grid: 96px / 4px">
<img src="support/lime-2x24.png" style="height:96px; width:4px">
</div>
<div class="grid" style="grid: 8px / 20px">
<img src="support/lime-24x2.png" style="width:20px; height:8px">
</div>
<div class="grid" style="grid: 8px / 100px">
<img src="support/lime-24x2.png" style="width:100px; height:8px">
</div>
<div class="grid" style="grid: 96px / 10px">
<img src="support/lime-2x24.png" style="align-self:start; height:calc(10px * 12); width:10px">
</div>
<div class="grid" style="grid: 96px / 4px">
<img src="support/lime-2x24.png" style="align-self:start; height:calc(4px * 12); width:4px">
</div>
<div class="grid" style="grid: 8px / 100px">
<img src="support/lime-24x2.png" style="justify-self:start; width:calc(8px * 12); height:8px">
</div>
<div class="grid" style="grid: 8px / 10px">
<img src="support/lime-24x2.png" style="justify-self:start; width:calc(8px * 12); height:8px">
</div>
<br>
<!-- Group 4 -->
<div class="grid" style="grid: 96px / 10px">
<img src="support/lime-2x24.png" style="align-self:safe start; height:calc(10px * 12); width:10px">
</div>
<div class="grid" style="grid: 96px / 10px">
<img src="support/lime-2x24.png" style="align-self:unsafe start; height:calc(10px * 12); width:10px">
</div>
<div class="grid" style="grid: 96px / 10px">
<img src="support/lime-2x24.png" style="align-self:safe end; height:calc(10px * 12); width:10px">
</div>
<div class="grid" style="grid: 96px / 10px">
<img src="support/lime-2x24.png" style="align-self:unsafe end; height:calc(10px * 12); width:10px">
</div>
<div class="grid" style="grid: 4px / 10px">
<img src="support/lime-24x2.png" style="justify-self:safe start; width:calc(4px * 12); height:4px">
</div>
<div class="grid" style="grid: 4px / 10px; margin-left: 40px">
<img src="support/lime-24x2.png" style="justify-self:unsafe start; width:calc(4px * 12); height:4px">
</div>
<div class="grid" style="grid: 4px / 10px; margin-left: 40px">
<img src="support/lime-24x2.png" style="justify-self:safe end; width:calc(4px * 12); height:4px">
</div>
<div class="grid" style="grid: 4px / 10px; margin-left: 80px">
<img src="support/lime-24x2.png" style="justify-self:unsafe end; width:calc(4px * 12); height:4px">
</div>
</div>
</body>
</html>
|