| OLD | NEW |
| 1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 2 Found 45 tests. 14 PASS 31 FAIL 0 TIMEOUT 0 NOTRUN |
| 2 FAIL step-start function Failed to execute 'getComputedStyle' on 'Window': param
eter 1 is not of type 'Element'. | 3 FAIL step-start function Failed to execute 'getComputedStyle' on 'Window': param
eter 1 is not of type 'Element'. |
| 3 FAIL steps(1, start) function Failed to execute 'getComputedStyle' on 'Window':
parameter 1 is not of type 'Element'. | 4 FAIL steps(1, start) function Failed to execute 'getComputedStyle' on 'Window':
parameter 1 is not of type 'Element'. |
| 4 FAIL steps(2, start) function Failed to execute 'getComputedStyle' on 'Window':
parameter 1 is not of type 'Element'. | 5 FAIL steps(2, start) function Failed to execute 'getComputedStyle' on 'Window':
parameter 1 is not of type 'Element'. |
| 5 FAIL step-end function Failed to execute 'getComputedStyle' on 'Window': paramet
er 1 is not of type 'Element'. | 6 FAIL step-end function Failed to execute 'getComputedStyle' on 'Window': paramet
er 1 is not of type 'Element'. |
| 6 FAIL steps(1) function Failed to execute 'getComputedStyle' on 'Window': paramet
er 1 is not of type 'Element'. | 7 FAIL steps(1) function Failed to execute 'getComputedStyle' on 'Window': paramet
er 1 is not of type 'Element'. |
| 7 FAIL steps(1, end) function Failed to execute 'getComputedStyle' on 'Window': pa
rameter 1 is not of type 'Element'. | 8 FAIL steps(1, end) function Failed to execute 'getComputedStyle' on 'Window': pa
rameter 1 is not of type 'Element'. |
| 8 FAIL steps(2, end) function Failed to execute 'getComputedStyle' on 'Window': pa
rameter 1 is not of type 'Element'. | 9 FAIL steps(2, end) function Failed to execute 'getComputedStyle' on 'Window': pa
rameter 1 is not of type 'Element'. |
| 9 FAIL linear function Failed to execute 'getComputedStyle' on 'Window': parameter
1 is not of type 'Element'. | 10 FAIL linear function Failed to execute 'getComputedStyle' on 'Window': parameter
1 is not of type 'Element'. |
| 10 FAIL ease function Failed to execute 'getComputedStyle' on 'Window': parameter 1
is not of type 'Element'. | 11 FAIL ease function Failed to execute 'getComputedStyle' on 'Window': parameter 1
is not of type 'Element'. |
| 11 FAIL ease-in function Failed to execute 'getComputedStyle' on 'Window': paramete
r 1 is not of type 'Element'. | 12 FAIL ease-in function Failed to execute 'getComputedStyle' on 'Window': paramete
r 1 is not of type 'Element'. |
| (...skipping 27 matching lines...) Expand all Loading... |
| 39 PASS Invalid keyframe easing value: '' | 40 PASS Invalid keyframe easing value: '' |
| 40 PASS Invalid keyframe easing value: 'test' | 41 PASS Invalid keyframe easing value: 'test' |
| 41 PASS Invalid keyframe easing value: 'cubic-bezier(1.1, 0, 1, 1)' | 42 PASS Invalid keyframe easing value: 'cubic-bezier(1.1, 0, 1, 1)' |
| 42 PASS Invalid keyframe easing value: 'cubic-bezier(0, 0, 1.1, 1)' | 43 PASS Invalid keyframe easing value: 'cubic-bezier(0, 0, 1.1, 1)' |
| 43 PASS Invalid keyframe easing value: 'cubic-bezier(-0.1, 0, 1, 1)' | 44 PASS Invalid keyframe easing value: 'cubic-bezier(-0.1, 0, 1, 1)' |
| 44 PASS Invalid keyframe easing value: 'cubic-bezier(0, 0, -0.1, 1)' | 45 PASS Invalid keyframe easing value: 'cubic-bezier(0, 0, -0.1, 1)' |
| 45 PASS Invalid keyframe easing value: 'steps(-1, start)' | 46 PASS Invalid keyframe easing value: 'steps(-1, start)' |
| 46 PASS Invalid keyframe easing value: 'steps(0.1, start)' | 47 PASS Invalid keyframe easing value: 'steps(0.1, start)' |
| 47 Harness: the test ran to completion. | 48 Harness: the test ran to completion. |
| 48 | 49 |
| OLD | NEW |