OLD | NEW |
1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 2 Found 7 tests. 2 PASS 5 FAIL 0 TIMEOUT 0 NOTRUN |
2 FAIL Test throwing TypeError if using empty string assert_throws: function "func
tion () { | 3 FAIL Test throwing TypeError if using empty string assert_throws: function "func
tion () { |
3 anim.effect.spacing = ''; | 4 anim.effect.spacing = ''; |
4 }" did not throw | 5 }" did not throw |
5 FAIL Test throwing TypeError if not using the correct keyword assert_throws: fun
ction "function () { | 6 FAIL Test throwing TypeError if not using the correct keyword assert_throws: fun
ction "function () { |
6 anim.effect.spacing = 'dist'; | 7 anim.effect.spacing = 'dist'; |
7 }" did not throw | 8 }" did not throw |
8 FAIL Test falling back to distribute spacing if using a unrecognized property as
sert_equals: spacing mode expected "distribute" but got "paced(A)" | 9 FAIL Test falling back to distribute spacing if using a unrecognized property as
sert_equals: spacing mode expected "distribute" but got "paced(A)" |
9 FAIL Test falling back to distribute spacing if using CSS variables assert_equal
s: spacing mode expected "distribute" but got "paced(--bg-color)" | 10 FAIL Test falling back to distribute spacing if using CSS variables assert_equal
s: spacing mode expected "distribute" but got "paced(--bg-color)" |
10 FAIL Test falling back to distribute spacing if using a non-animatable property
assert_equals: spacing mode expected "distribute" but got "paced(animation-durat
ion)" | 11 FAIL Test falling back to distribute spacing if using a non-animatable property
assert_equals: spacing mode expected "distribute" but got "paced(animation-durat
ion)" |
11 PASS Test spacing value if setting distribute | 12 PASS Test spacing value if setting distribute |
12 PASS Test spacing value if setting paced | 13 PASS Test spacing value if setting paced |
13 Harness: the test ran to completion. | 14 Harness: the test ran to completion. |
14 | 15 |
OLD | NEW |