blob: 9911f4d98918336fde36651e3a5dc6f43890b07c [file] [log] [blame]
This is a testharness.js-based test.
PASS idl_test setup
PASS ScrollTimeline interface: existence and properties of interface object
PASS ScrollTimeline interface object length
PASS ScrollTimeline interface object name
PASS ScrollTimeline interface: existence and properties of interface prototype object
PASS ScrollTimeline interface: existence and properties of interface prototype object's "constructor" property
PASS ScrollTimeline interface: existence and properties of interface prototype object's @@unscopables property
PASS ScrollTimeline interface: attribute scrollSource
PASS ScrollTimeline interface: attribute orientation
PASS ScrollTimeline interface: attribute startScrollOffset
PASS ScrollTimeline interface: attribute endScrollOffset
PASS ScrollTimeline interface: attribute timeRange
FAIL ScrollTimeline interface: attribute fill assert_true: The prototype object must have a property "fill" expected true got false
FAIL ScrollTimeline must be primary interface of new ScrollTimeline() assert_equals: Unexpected exception when evaluating object expected null but got object "NotSupportedError: Failed to construct 'ScrollTimeline': 'auto' value for timeRange not yet supported"
FAIL Stringification of new ScrollTimeline() assert_equals: Unexpected exception when evaluating object expected null but got object "NotSupportedError: Failed to construct 'ScrollTimeline': 'auto' value for timeRange not yet supported"
FAIL ScrollTimeline interface: new ScrollTimeline() must inherit property "scrollSource" with the proper type assert_equals: Unexpected exception when evaluating object expected null but got object "NotSupportedError: Failed to construct 'ScrollTimeline': 'auto' value for timeRange not yet supported"
FAIL ScrollTimeline interface: new ScrollTimeline() must inherit property "orientation" with the proper type assert_equals: Unexpected exception when evaluating object expected null but got object "NotSupportedError: Failed to construct 'ScrollTimeline': 'auto' value for timeRange not yet supported"
FAIL ScrollTimeline interface: new ScrollTimeline() must inherit property "startScrollOffset" with the proper type assert_equals: Unexpected exception when evaluating object expected null but got object "NotSupportedError: Failed to construct 'ScrollTimeline': 'auto' value for timeRange not yet supported"
FAIL ScrollTimeline interface: new ScrollTimeline() must inherit property "endScrollOffset" with the proper type assert_equals: Unexpected exception when evaluating object expected null but got object "NotSupportedError: Failed to construct 'ScrollTimeline': 'auto' value for timeRange not yet supported"
FAIL ScrollTimeline interface: new ScrollTimeline() must inherit property "timeRange" with the proper type assert_equals: Unexpected exception when evaluating object expected null but got object "NotSupportedError: Failed to construct 'ScrollTimeline': 'auto' value for timeRange not yet supported"
FAIL ScrollTimeline interface: new ScrollTimeline() must inherit property "fill" with the proper type assert_equals: Unexpected exception when evaluating object expected null but got object "NotSupportedError: Failed to construct 'ScrollTimeline': 'auto' value for timeRange not yet supported"
Harness: the test ran to completion.