| OLD | NEW |
| 1 PASS getComputedValue(".int", "tabSize") is "8" | 1 PASS getComputedValue(".int", "tabSize") is "8" |
| 2 PASS getComputedValue(".int-non-neg-invalid", "tabSize") is "12345" | 2 PASS getComputedValue(".int-non-neg-invalid", "tabSize") is "12345" |
| 3 PASS Number(getComputedValue(".float", "opacity")) is within 0.0001 of 0.5 | 3 PASS Number(getComputedValue(".float", "opacity")) is within 0.0001 of 0.5 |
| 4 PASS getComputedValue(".float-invalid", "tabSize") is "12345" | 4 PASS getComputedValue(".float-invalid", "tabSize") is "12345" |
| 5 PASS Number(getComputedValue(".px-invalid", "opacity")) is within 0.0001 of 0.9 | 5 PASS Number(getComputedValue(".px-invalid", "opacity")) is within 0.0001 of 0.9 |
| 6 PASS getComputedValue(".num-length-invalid", "tabSize") is "12345" |
| 6 PASS successfullyParsed is true | 7 PASS successfullyParsed is true |
| 7 | 8 |
| 8 TEST COMPLETE | 9 TEST COMPLETE |
| 9 | 10 |
| OLD | NEW |