blob: 0184a239db26e09da22b9dc42c16d9d9d04c4313 [file] [log] [blame]
Tests that CSS3 calc() can be used for the line-height property
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS getComputedStyle(document.getElementById("calc-percent"), null).lineHeight is getComputedStyle(document.getElementById("control"), null).lineHeight
FAIL getComputedStyle(document.getElementById("calc-percent-pixels"), null).lineHeight should be 32px. Was normal.
PASS successfullyParsed is true
TEST COMPLETE