blob: 4dbe2e99967216154831b33a09f39b05263cb318 [file] [log] [blame]
PASS getComputedValue(".int", "tabSize") is "8"
PASS getComputedValue(".int-non-neg-invalid", "tabSize") is "12345"
PASS Number(getComputedValue(".float", "opacity")) is within 0.0001 of 0.5
PASS getComputedValue(".float-invalid", "tabSize") is "12345"
PASS Number(getComputedValue(".px-invalid", "opacity")) is within 0.0001 of 0.9
PASS getComputedValue(".num-length-invalid", "tabSize") is "12345"
PASS getComputedValue(".px-valid", "tabSize") is "10px"
PASS successfullyParsed is true
TEST COMPLETE