OLD | NEW |
| (Empty) |
1 This is a testharness.js-based test. | |
2 FAIL Test throwing TypeError if using empty string assert_throws: function "func
tion () { | |
3 anim.effect.spacing = ''; | |
4 }" did not throw | |
5 FAIL Test throwing TypeError if not using the correct keyword assert_throws: fun
ction "function () { | |
6 anim.effect.spacing = 'dist'; | |
7 }" 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 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 PASS Test spacing value if setting distribute | |
12 PASS Test spacing value if setting paced | |
13 Harness: the test ran to completion. | |
14 | |
OLD | NEW |