blob: 3880b2b7ede47bec51722672d038ab545e75abaf [file] [log] [blame]
Tests that CSS3 calc() can be used with the font property using fractional sizes
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS getComputedStyle(document.getElementById("calc-reduce"), null).lineHeight is "24px"
PASS getComputedStyle(document.getElementById("calc-reduce"), null).fontSize is "10px"
PASS successfullyParsed is true
TEST COMPLETE