1 Tests that CSS3 calc() can be used with the font-size property
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS getComputedStyle(document.getElementById("calc-percent"), null).fontSize is "40px"
7 PASS getComputedStyle(document.getElementById("calc-percent-pixels"), null).fontSize is "40px"
8 PASS successfullyParsed is true