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 createDiv(t).animate(null, { spacing: '' }); |
| 4 }" did not throw |
| 5 FAIL Test throwing TypeError if not using the correct keyword assert_throws: fun
ction "function () { |
| 6 createDiv(t).animate(null, { spacing: 'dist' }); |
| 7 }" did not throw |
| 8 FAIL Test throwing TypeError if adding leading spaces assert_throws: function "f
unction () { |
| 9 createDiv(t).animate(null, { spacing: ' paced(margin-left)' }); |
| 10 }" did not throw |
| 11 FAIL Test throwing TypeError if adding trailing spaces assert_throws: function "
function () { |
| 12 createDiv(t).animate(null, { spacing: 'paced(margin-left) ' }); |
| 13 }" did not throw |
| 14 FAIL Test throwing TypeError if adding leading spaces before the paced property
assert_throws: function "function () { |
| 15 createDiv(t).animate(null, { spacing: 'paced( margin-left)' }); |
| 16 }" did not throw |
| 17 FAIL Test throwing TypeError if adding trailing spaces after the paced property
assert_throws: function "function () { |
| 18 createDiv(t).animate(null, { spacing: 'paced(margin-left )' }); |
| 19 }" did not throw |
| 20 FAIL Test throwing TypeError if these is no paced property assert_throws: functi
on "function () { |
| 21 createDiv(t).animate(null, { spacing: 'paced()' }); |
| 22 }" did not throw |
| 23 FAIL Test throwing TypeError if using a non-ident started string assert_throws:
function "function () { |
| 24 createDiv(t).animate(null, { spacing: 'paced(.margin)' }); |
| 25 }" did not throw |
| 26 FAIL Test throwing TypeError if using a non-ident started string assert_throws:
function "function () { |
| 27 createDiv(t).animate(null, { spacing: 'paced(1margin)' }); |
| 28 }" did not throw |
| 29 FAIL Test throwing TypeError if using a non-ident started string with an invalid
escape assert_throws: function "function () { |
| 30 createDiv(t).animate(null, { spacing: 'paced(\\)' }); |
| 31 }" did not throw |
| 32 FAIL Test throwing TypeError if using a non-ident started string with an invalid
escape (FF) assert_throws: function "function () { |
| 33 createDiv(t).animate(null, { spacing: 'paced(\\\fmargin)' }); |
| 34 }" did not throw |
| 35 FAIL Test throwing TypeError if using a non-ident started string with an invalid
escape (CR) assert_throws: function "function () { |
| 36 createDiv(t).animate(null, { spacing: 'paced(\\\rmargin)' }); |
| 37 }" did not throw |
| 38 FAIL Test throwing TypeError if using a non-ident started string with an invalid
escape (LF) assert_throws: function "function () { |
| 39 createDiv(t).animate(null, { spacing: 'paced(\\\nmargin)' }); |
| 40 }" did not throw |
| 41 FAIL Test throwing TypeError if using a non-ident started string with a leading
minus and an invalid name-start code point assert_throws: function "function ()
{ |
| 42 createDiv(t).animate(null, { spacing: 'paced(- )' }); |
| 43 }" did not throw |
| 44 FAIL Test throwing TypeError if using a non-ident started string with a leading
minus and an invalid escape assert_throws: function "function () { |
| 45 createDiv(t).animate(null, { spacing: 'paced(-\\)' }); |
| 46 }" did not throw |
| 47 FAIL Test throwing TypeError if using a non-ident started string with a leading
minus and an invalid escape (FF) assert_throws: function "function () { |
| 48 createDiv(t).animate(null, { spacing: 'paced(-\\\fmargin)' }); |
| 49 }" did not throw |
| 50 FAIL Test throwing TypeError if using a non-ident started string with a leading
minus and an invalid escape (CR) assert_throws: function "function () { |
| 51 createDiv(t).animate(null, { spacing: 'paced(-\\\rmargin)' }); |
| 52 }" did not throw |
| 53 FAIL Test throwing TypeError if using a non-ident started string with a leading
minus and an invalid escape (LF) assert_throws: function "function () { |
| 54 createDiv(t).animate(null, { spacing: 'paced(-\\\nmargin)' }); |
| 55 }" did not throw |
| 56 FAIL Test throwing TypeError if using a non-ident string with an invalid escape
assert_throws: function "function () { |
| 57 createDiv(t).animate(null, { spacing: 'paced(--\\)' }); |
| 58 }" did not throw |
| 59 FAIL Test throwing TypeError if using a non-ident string with an invalid escape
(FF) assert_throws: function "function () { |
| 60 createDiv(t).animate(null, { spacing: 'paced(--\\\fmargin)' }); |
| 61 }" did not throw |
| 62 FAIL Test throwing TypeError if using a non-ident string with an invalid escape
(CR) assert_throws: function "function () { |
| 63 createDiv(t).animate(null, { spacing: 'paced(--\\\rmargin)' }); |
| 64 }" did not throw |
| 65 FAIL Test throwing TypeError if using a non-ident string with an invalid escape
(LF) assert_throws: function "function () { |
| 66 createDiv(t).animate(null, { spacing: 'paced(--\\\nmargin)' }); |
| 67 }" did not throw |
| 68 FAIL Test throwing TypeError if using a non-ident string with an invalid name co
de point assert_throws: function "function () { |
| 69 createDiv(t).animate(null, { spacing: 'paced(margin.left)' }); |
| 70 }" did not throw |
| 71 FAIL Test falling back to distribute spacing if using a unrecognized property as
sert_equals: spacing mode expected (string) "distribute" but got (undefined) und
efined |
| 72 FAIL Test falling back to distribute spacing if using a unrecognized property wh
ich starts with a valid escape (Full stop) assert_equals: spacing mode expected
(string) "distribute" but got (undefined) undefined |
| 73 FAIL Test falling back to distribute spacing if using a unrecognized property wh
ich starts with a valid escape (white space) assert_equals: spacing mode expecte
d (string) "distribute" but got (undefined) undefined |
| 74 FAIL Test falling back to distribute spacing if using a unrecognized property wh
ich starts with a valid escape (low line) assert_equals: spacing mode expected (
string) "distribute" but got (undefined) undefined |
| 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 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 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 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 paced assert_equals: spacing mode expected (s
tring) "paced(margin-left)" but got (undefined) undefined |
| 83 Harness: the test ran to completion. |
| 84 |
OLD | NEW |