diff options
| author | Yuri Kobets <yuri.kobets@gmail.com> | 2024-01-31 03:48:44 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-31 03:48:44 +0300 |
| commit | 6ca1ab0419e770e6d35a1ef690238773a1dafcee (patch) | |
| tree | 16df635edd594dc1d1b9d0044993e2ae4d0e0200 /test/render/flex/-flex-minimum-height-flex-items-022.htm | |
| parent | 8c320007878795fe629de7fe1eaef9328ac9c719 (diff) | |
| parent | d85ebec101e77825e5708e58df0e2508ec4fd389 (diff) | |
Flex layout
Diffstat (limited to 'test/render/flex/-flex-minimum-height-flex-items-022.htm')
| -rw-r--r-- | test/render/flex/-flex-minimum-height-flex-items-022.htm | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/test/render/flex/-flex-minimum-height-flex-items-022.htm b/test/render/flex/-flex-minimum-height-flex-items-022.htm new file mode 100644 index 00000000..b685c305 --- /dev/null +++ b/test/render/flex/-flex-minimum-height-flex-items-022.htm @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html><head><title>Minimum height of a replaced element with borders</title> +<link href="https://www.google.com/" rel="author" title="Google LLC"> +<link href="http://www.w3.org/TR/css-flexbox-1/#min-size-auto" rel="help" title="4.5. Implied Minimum Size of Flex Items"> +<link href="reference/ref-filled-green-100px-square.htm" rel="match"> + +</head><body><p>Test passes if there is a filled green square and <strong>no red</strong>.</p> + +<div style="height: 100px; overflow: hidden;"> + <div style="display: flex; flex-direction: column; height: 0; width: 100px;"> + <img src="support/1x1-green.png" style="border-bottom: 99px solid green;"> + <div style="background-color: red; min-height: 100px;"></div> + </div> +</div> +</body></html>
\ No newline at end of file |
