blob: 90539ea48e914a07ace9cebcc5882a276b9debb7 [file] [log] [blame]
Tests that the height keywords are parsed.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS divs[i].style.height is divs[i].getAttribute("expected-data")
PASS divs[i].style.minHeight is divs[i].getAttribute("expected-data")
PASS divs[i].style.maxHeight is divs[i].getAttribute("expected-data")
PASS divs[i].style.height is divs[i].getAttribute("expected-data")
PASS divs[i].style.minHeight is divs[i].getAttribute("expected-data")
PASS divs[i].style.maxHeight is divs[i].getAttribute("expected-data")
PASS divs[i].style.height is divs[i].getAttribute("expected-data")
PASS divs[i].style.minHeight is divs[i].getAttribute("expected-data")
PASS divs[i].style.maxHeight is divs[i].getAttribute("expected-data")
PASS divs[i].style.height is divs[i].getAttribute("expected-data")
PASS divs[i].style.minHeight is divs[i].getAttribute("expected-data")
PASS divs[i].style.maxHeight is divs[i].getAttribute("expected-data")
PASS divs[i].style.height is divs[i].getAttribute("expected-data")
PASS divs[i].style.minHeight is divs[i].getAttribute("expected-data")
PASS divs[i].style.maxHeight is divs[i].getAttribute("expected-data")
PASS divs[i].style.height is divs[i].getAttribute("expected-data")
PASS divs[i].style.minHeight is divs[i].getAttribute("expected-data")
PASS divs[i].style.maxHeight is divs[i].getAttribute("expected-data")
PASS divs[i].style.height is divs[i].getAttribute("expected-data")
PASS divs[i].style.minHeight is divs[i].getAttribute("expected-data")
PASS divs[i].style.maxHeight is divs[i].getAttribute("expected-data")
PASS div.style.height is "-webkit-min-content"
PASS div.style.minHeight is "-webkit-min-content"
PASS div.style.maxHeight is "-webkit-min-content"
PASS div.style.height is "-webkit-max-content"
PASS div.style.minHeight is "-webkit-max-content"
PASS div.style.maxHeight is "-webkit-max-content"
PASS div.style.height is "-webkit-fill-available"
PASS div.style.minHeight is "-webkit-fill-available"
PASS div.style.maxHeight is "-webkit-fill-available"
PASS div.style.height is "-webkit-fit-content"
PASS div.style.minHeight is "-webkit-fit-content"
PASS div.style.maxHeight is "-webkit-fit-content"
PASS div.style.height is "min-content"
PASS div.style.minHeight is "min-content"
PASS div.style.maxHeight is "min-content"
PASS div.style.height is "max-content"
PASS div.style.minHeight is "max-content"
PASS div.style.maxHeight is "max-content"
PASS div.style.height is "fit-content"
PASS div.style.minHeight is "fit-content"
PASS div.style.maxHeight is "fit-content"
PASS successfullyParsed is true
TEST COMPLETE