зеркало из https://github.com/mozilla/gecko-dev.git
150 строки
5.1 KiB
HTML
150 строки
5.1 KiB
HTML
<!DOCTYPE HTML>
|
|
<!--
|
|
Any copyright is dedicated to the Public Domain.
|
|
http://creativecommons.org/publicdomain/zero/1.0/
|
|
-->
|
|
<html><head>
|
|
<meta charset="utf-8">
|
|
<title>CSS Grid Test: stretching intrinsic ratio item with min/max-size</title>
|
|
<link rel="author" title="Mats Palmgren" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1176775">
|
|
<link rel="help" href="https://drafts.csswg.org/css-align-3/#valdef-justify-self-stretch">
|
|
<link rel="match" href="grid-item-intrinsic-ratio-stretch-003-ref.html">
|
|
<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;
|
|
}
|
|
.vertical-tests img { writing-mode: vertical-rl; }
|
|
.vertical-tests div { vertical-align:bottom }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<div class="grid" style="grid: 96px / 20px">
|
|
<img src="support/lime-2x24.png" style="min-width:4px; max-width:0">
|
|
</div>
|
|
<div class="grid" style="grid: 96px / 4px">
|
|
<img src="support/lime-2x24.png" style="min-height:12px; max-height:0">
|
|
</div>
|
|
|
|
<div class="grid" style="grid: 8px / 20px">
|
|
<img src="support/lime-24x2.png" style="min-width:12px; max-width:0">
|
|
</div>
|
|
<div class="grid" style="grid: 8px / 100px">
|
|
<img src="support/lime-24x2.png" style="min-height:6px; max-height:0">
|
|
</div>
|
|
|
|
<div class="grid" style="grid: 96px / 20px">
|
|
<img src="support/lime-2x24.png" style="align-self:start; min-height:48px; max-height:0">
|
|
</div>
|
|
<div class="grid" style="grid: 96px / 4px">
|
|
<img src="support/lime-2x24.png" style="align-self:start; min-height:12px; max-height:0">
|
|
</div>
|
|
|
|
<div class="grid" style="grid: 8px / 100px">
|
|
<img src="support/lime-24x2.png" style="justify-self:start; min-width:48px; max-width:0">
|
|
</div>
|
|
<div class="grid" style="grid: 8px / 10px">
|
|
<img src="support/lime-24x2.png" style="justify-self:start; min-width:48px; max-width:0">
|
|
</div>
|
|
|
|
<br>
|
|
|
|
<div class="grid" style="grid: 96px / 20px">
|
|
<img src="support/lime-2x24.png" style="min-width:10px; max-height:48px">
|
|
</div>
|
|
<div class="grid" style="grid: 96px / 4px">
|
|
<img src="support/lime-2x24.png" style="min-width:6px; max-height:36px">
|
|
</div>
|
|
|
|
<div class="grid" style="grid: 8px / 20px">
|
|
<img src="support/lime-24x2.png" style="min-height:2px; max-width:12px">
|
|
</div>
|
|
<div class="grid" style="grid: 8px / 100px">
|
|
<img src="support/lime-24x2.png" style="min-height:10px; max-width:48px">
|
|
</div>
|
|
|
|
<div class="grid" style="grid: 48px / 6px">
|
|
<img src="support/lime-2x24.png" style="align-self:start; min-height:80px; max-width:4px">
|
|
</div>
|
|
<div class="grid" style="grid: 96px / 4px">
|
|
<img src="support/lime-2x24.png" style="align-self:start; min-height:50px; max-width:1px">
|
|
</div>
|
|
|
|
<div class="grid" style="grid: 8px / 100px">
|
|
<img src="support/lime-24x2.png" style="justify-self:start; min-width:98px; max-height:3px">
|
|
</div>
|
|
<div class="grid" style="grid: 8px / 10px">
|
|
<img src="support/lime-24x2.png" style="justify-self:start; min-width:48px; max-height:2px">
|
|
</div>
|
|
|
|
<br>
|
|
|
|
<div class="vertical-tests">
|
|
|
|
<div class="grid" style="grid: 96px / 20px">
|
|
<img src="support/lime-2x24.png" style="min-width:4px; max-width:0">
|
|
</div>
|
|
<div class="grid" style="grid: 96px / 4px">
|
|
<img src="support/lime-2x24.png" style="min-height:12px; max-height:0">
|
|
</div>
|
|
|
|
<div class="grid" style="grid: 8px / 20px">
|
|
<img src="support/lime-24x2.png" style="min-width:12px; max-width:0">
|
|
</div>
|
|
<div class="grid" style="grid: 8px / 100px">
|
|
<img src="support/lime-24x2.png" style="min-height:6px; max-height:0">
|
|
</div>
|
|
|
|
<div class="grid" style="grid: 96px / 20px">
|
|
<img src="support/lime-2x24.png" style="align-self:start; min-height:48px; max-height:0">
|
|
</div>
|
|
<div class="grid" style="grid: 96px / 4px">
|
|
<img src="support/lime-2x24.png" style="align-self:start; min-height:12px; max-height:0">
|
|
</div>
|
|
|
|
<div class="grid" style="grid: 8px / 100px">
|
|
<img src="support/lime-24x2.png" style="justify-self:start; min-width:48px; max-width:0">
|
|
</div>
|
|
<div class="grid" style="grid: 8px / 10px">
|
|
<img src="support/lime-24x2.png" style="justify-self:start; min-width:48px; max-width:0">
|
|
</div>
|
|
|
|
<br>
|
|
|
|
<div class="grid" style="grid: 96px / 20px">
|
|
<img src="support/lime-2x24.png" style="min-width:10px; max-height:48px">
|
|
</div>
|
|
<div class="grid" style="grid: 96px / 4px">
|
|
<img src="support/lime-2x24.png" style="min-width:6px; max-height:36px">
|
|
</div>
|
|
|
|
<div class="grid" style="grid: 8px / 20px">
|
|
<img src="support/lime-24x2.png" style="min-height:2px; max-width:12px">
|
|
</div>
|
|
<div class="grid" style="grid: 8px / 100px">
|
|
<img src="support/lime-24x2.png" style="min-height:10px; max-width:48px">
|
|
</div>
|
|
|
|
<div class="grid" style="grid: 48px / 6px">
|
|
<img src="support/lime-2x24.png" style="align-self:start; min-height:80px; max-width:4px">
|
|
</div>
|
|
<div class="grid" style="grid: 96px / 4px">
|
|
<img src="support/lime-2x24.png" style="align-self:start; min-height:50px; max-width:1px">
|
|
</div>
|
|
|
|
<div class="grid" style="grid: 8px / 100px">
|
|
<img src="support/lime-24x2.png" style="justify-self:start; min-width:98px; max-height:3px">
|
|
</div>
|
|
<div class="grid" style="grid: 8px / 10px">
|
|
<img src="support/lime-24x2.png" style="justify-self:start; min-width:48px; max-height:2px">
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|