1 Tests that CSS3 calc() can be used with the font property
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS getComputedStyle(document.getElementById("calc-size"), null).lineHeight is "63px"
7 PASS getComputedStyle(document.getElementById("calc-size"), null).fontSize is "24px"
8 PASS getComputedStyle(document.getElementById("calc-height"), null).lineHeight is "63px"
9 PASS getComputedStyle(document.getElementById("calc-height"), null).fontSize is "24px"
10 PASS getComputedStyle(document.getElementById("calc-both"), null).lineHeight is "63px"
11 PASS getComputedStyle(document.getElementById("calc-both"), null).fontSize is "24px"
12 PASS getComputedStyle(document.getElementById("calc-percent-size"), null).lineHeight is "63px"
13 PASS getComputedStyle(document.getElementById("calc-percent-size"), null).fontSize is "24px"
14 PASS successfullyParsed is true