blob: cd252b859a8950fe843a7f0fd53d6e4de057096d [file] [log] [blame]
This is a testharness.js-based test.
FAIL Can set 'animation-delay-end' to CSS-wide keywords: initial Failed to execute 'set' on 'StylePropertyMap': Invalid propertyName: animation-delay-end
FAIL Can set 'animation-delay-end' to CSS-wide keywords: inherit Failed to execute 'set' on 'StylePropertyMap': Invalid propertyName: animation-delay-end
FAIL Can set 'animation-delay-end' to CSS-wide keywords: unset Failed to execute 'set' on 'StylePropertyMap': Invalid propertyName: animation-delay-end
FAIL Can set 'animation-delay-end' to CSS-wide keywords: revert Failed to execute 'set' on 'StylePropertyMap': Invalid propertyName: animation-delay-end
FAIL Can set 'animation-delay-end' to var() references: var(--A) Failed to execute 'set' on 'StylePropertyMap': Invalid propertyName: animation-delay-end
FAIL Can set 'animation-delay-end' to a time: 0s Failed to execute 'set' on 'StylePropertyMap': Invalid propertyName: animation-delay-end
FAIL Can set 'animation-delay-end' to a time: -3.14ms Failed to execute 'set' on 'StylePropertyMap': Invalid propertyName: animation-delay-end
FAIL Can set 'animation-delay-end' to a time: 3.14s Failed to execute 'set' on 'StylePropertyMap': Invalid propertyName: animation-delay-end
FAIL Can set 'animation-delay-end' to a time: calc(0s + 0ms) Failed to execute 'set' on 'StylePropertyMap': Invalid propertyName: animation-delay-end
PASS Setting 'animation-delay-end' to a length: 0px throws TypeError
PASS Setting 'animation-delay-end' to a length: -3.14em throws TypeError
PASS Setting 'animation-delay-end' to a length: 3.14cm throws TypeError
PASS Setting 'animation-delay-end' to a length: calc(0px + 0em) throws TypeError
PASS Setting 'animation-delay-end' to a percent: 0% throws TypeError
PASS Setting 'animation-delay-end' to a percent: -3.14% throws TypeError
PASS Setting 'animation-delay-end' to a percent: 3.14% throws TypeError
PASS Setting 'animation-delay-end' to a percent: calc(0% + 0%) throws TypeError
PASS Setting 'animation-delay-end' to an angle: 0deg throws TypeError
PASS Setting 'animation-delay-end' to an angle: 3.14rad throws TypeError
PASS Setting 'animation-delay-end' to an angle: -3.14deg throws TypeError
PASS Setting 'animation-delay-end' to an angle: calc(0rad + 0deg) throws TypeError
PASS Setting 'animation-delay-end' to a flexible length: 0fr throws TypeError
PASS Setting 'animation-delay-end' to a flexible length: 1fr throws TypeError
PASS Setting 'animation-delay-end' to a flexible length: -3.14fr throws TypeError
PASS Setting 'animation-delay-end' to a number: 0 throws TypeError
PASS Setting 'animation-delay-end' to a number: -3.14 throws TypeError
PASS Setting 'animation-delay-end' to a number: 3.14 throws TypeError
PASS Setting 'animation-delay-end' to a number: calc(2 + 3) throws TypeError
PASS Setting 'animation-delay-end' to a transform: translate(50%, 50%) throws TypeError
PASS Setting 'animation-delay-end' to a transform: perspective(10em) throws TypeError
PASS Setting 'animation-delay-end' to a transform: translate3d(0px, 1px, 2px) translate(0px, 1px) rotate3d(1, 2, 3, 45deg) rotate(45deg) scale3d(1, 2, 3) scale(1, 2) skew(1deg, 1deg) skewX(1deg) skewY(45deg) perspective(1px) matrix3d(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16) matrix(1, 2, 3, 4, 5, 6) throws TypeError
Harness: the test ran to completion.