OLD | NEW |
1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 2 Found 35 tests. 0 PASS 35 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 createDiv(t).animate(null, { spacing: '' }); | 4 createDiv(t).animate(null, { 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 createDiv(t).animate(null, { spacing: 'dist' }); | 7 createDiv(t).animate(null, { spacing: 'dist' }); |
7 }" did not throw | 8 }" did not throw |
8 FAIL Test throwing TypeError if adding leading spaces assert_throws: function "f
unction () { | 9 FAIL Test throwing TypeError if adding leading spaces assert_throws: function "f
unction () { |
9 createDiv(t).animate(null, { spacing: ' paced(margin-left)' }); | 10 createDiv(t).animate(null, { spacing: ' paced(margin-left)' }); |
10 }" did not throw | 11 }" did not throw |
11 FAIL Test throwing TypeError if adding trailing spaces assert_throws: function "
function () { | 12 FAIL Test throwing TypeError if adding trailing spaces assert_throws: function "
function () { |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
75 FAIL Test falling back to distribute spacing if using a unrecognized property wh
ich starts with a minus and a low line assert_equals: spacing mode expected (str
ing) "distribute" but got (undefined) undefined | 76 FAIL Test falling back to distribute spacing if using a unrecognized property wh
ich starts with a minus and a low line assert_equals: spacing mode expected (str
ing) "distribute" but got (undefined) undefined |
76 FAIL Test falling back to distribute spacing if using a unrecognized property wh
ich starts with a minus and a valid escape assert_equals: spacing mode expected
(string) "distribute" but got (undefined) undefined | 77 FAIL Test falling back to distribute spacing if using a unrecognized property wh
ich starts with a minus and a valid escape assert_equals: spacing mode expected
(string) "distribute" but got (undefined) undefined |
77 FAIL Test falling back to distribute spacing if using CSS variables assert_equal
s: spacing mode expected (string) "distribute" but got (undefined) undefined | 78 FAIL Test falling back to distribute spacing if using CSS variables assert_equal
s: spacing mode expected (string) "distribute" but got (undefined) undefined |
78 FAIL Test falling back to distribute spacing if using a non-animatable shorthand
property assert_equals: spacing mode expected (string) "distribute" but got (un
defined) undefined | 79 FAIL Test falling back to distribute spacing if using a non-animatable shorthand
property assert_equals: spacing mode expected (string) "distribute" but got (un
defined) undefined |
79 FAIL Test falling back to distribute spacing if using a non-animatable property
assert_equals: spacing mode expected (string) "distribute" but got (undefined) u
ndefined | 80 FAIL Test falling back to distribute spacing if using a non-animatable property
assert_equals: spacing mode expected (string) "distribute" but got (undefined) u
ndefined |
80 FAIL Test default value of spacing assert_equals: spacing mode expected (string)
"distribute" but got (undefined) undefined | 81 FAIL Test default value of spacing assert_equals: spacing mode expected (string)
"distribute" but got (undefined) undefined |
81 FAIL Test spacing value if setting distribute assert_equals: spacing mode expect
ed (string) "distribute" but got (undefined) undefined | 82 FAIL Test spacing value if setting distribute assert_equals: spacing mode expect
ed (string) "distribute" but got (undefined) undefined |
82 FAIL Test spacing value if setting paced assert_equals: spacing mode expected (s
tring) "paced(margin-left)" but got (undefined) undefined | 83 FAIL Test spacing value if setting paced assert_equals: spacing mode expected (s
tring) "paced(margin-left)" but got (undefined) undefined |
83 Harness: the test ran to completion. | 84 Harness: the test ran to completion. |
84 | 85 |
OLD | NEW |