1 Tests that the height keywords are parsed.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS divs[i].style.height is divs[i].getAttribute("expected-data")
7 PASS divs[i].style.minHeight is divs[i].getAttribute("expected-data")
8 PASS divs[i].style.maxHeight is divs[i].getAttribute("expected-data")
9 PASS divs[i].style.height is divs[i].getAttribute("expected-data")
10 PASS divs[i].style.minHeight is divs[i].getAttribute("expected-data")
11 PASS divs[i].style.maxHeight is divs[i].getAttribute("expected-data")
12 PASS divs[i].style.height is divs[i].getAttribute("expected-data")
13 PASS divs[i].style.minHeight is divs[i].getAttribute("expected-data")
14 PASS divs[i].style.maxHeight is divs[i].getAttribute("expected-data")
15 PASS divs[i].style.height is divs[i].getAttribute("expected-data")
16 PASS divs[i].style.minHeight is divs[i].getAttribute("expected-data")
17 PASS divs[i].style.maxHeight is divs[i].getAttribute("expected-data")
18 PASS divs[i].style.height is divs[i].getAttribute("expected-data")
19 PASS divs[i].style.minHeight is divs[i].getAttribute("expected-data")
20 PASS divs[i].style.maxHeight is divs[i].getAttribute("expected-data")
21 PASS divs[i].style.height is divs[i].getAttribute("expected-data")
22 PASS divs[i].style.minHeight is divs[i].getAttribute("expected-data")
23 PASS divs[i].style.maxHeight is divs[i].getAttribute("expected-data")
24 PASS divs[i].style.height is divs[i].getAttribute("expected-data")
25 PASS divs[i].style.minHeight is divs[i].getAttribute("expected-data")
26 PASS divs[i].style.maxHeight is divs[i].getAttribute("expected-data")
27 PASS div.style.height is "-webkit-min-content"
28 PASS div.style.minHeight is "-webkit-min-content"
29 PASS div.style.maxHeight is "-webkit-min-content"
30 PASS div.style.height is "-webkit-max-content"
31 PASS div.style.minHeight is "-webkit-max-content"
32 PASS div.style.maxHeight is "-webkit-max-content"
33 PASS div.style.height is "-webkit-fill-available"
34 PASS div.style.minHeight is "-webkit-fill-available"
35 PASS div.style.maxHeight is "-webkit-fill-available"
36 PASS div.style.height is "-webkit-fit-content"
37 PASS div.style.minHeight is "-webkit-fit-content"
38 PASS div.style.maxHeight is "-webkit-fit-content"
39 PASS div.style.height is "min-content"
40 PASS div.style.minHeight is "min-content"
41 PASS div.style.maxHeight is "min-content"
42 PASS div.style.height is "max-content"
43 PASS div.style.minHeight is "max-content"
44 PASS div.style.maxHeight is "max-content"
45 PASS div.style.height is "fit-content"
46 PASS div.style.minHeight is "fit-content"
47 PASS div.style.maxHeight is "fit-content"
48 PASS successfullyParsed is true