-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Expand file tree
/
Copy pathindefinite-3.html
More file actions
16 lines (14 loc) · 650 Bytes
/
Copy pathindefinite-3.html
File metadata and controls
16 lines (14 loc) · 650 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<link rel="help"
href="https://drafts.csswg.org/css-sizing-4/#stretch-fit-sizing">
<link rel="help" href="https://github.com/w3c/csswg-drafts/issues/11006">
<script src='/resources/testharness.js'></script>
<script src='/resources/testharnessreport.js'></script>
<script src="/resources/check-layout-th.js"></script>
<meta name="assert"
content="with indefinite available space, max-height: stretch resolves to infinity">
<body
onload="checkLayout('[data-expected-client-height]')">
<div style="max-height: stretch; height: 4000px; width: 200px; border: solid;"
data-expected-client-height="4000">
lorem ipsum</div>