blob: e63ec4699b663944dec6e20aa3765b5e94750376 [file] [log] [blame]
Tests that CSS3 calc() can be used with the font-size property
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS getComputedStyle(document.getElementById("calc-percent"), null).fontSize is "40px"
PASS getComputedStyle(document.getElementById("calc-percent-pixels"), null).fontSize is "40px"
PASS successfullyParsed is true
TEST COMPLETE