Summary

Harness status: OK

Found 11 tests

Details

ResultTest NameMessage
PassProperty timeline-scope value 'initial'
Asserts run
Pass
assert_true(true, "timeline-scope doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'initial' is a supported value for timeline-scope.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("none", "none")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
Pass
assert_equals("none", "none", "computed value should round-trip")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:40:7)
PassProperty timeline-scope value 'inherit'
Asserts run
Pass
assert_true(true, "timeline-scope doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'inherit' is a supported value for timeline-scope.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("--foo", "--foo")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
Pass
assert_equals("--foo", "--foo", "computed value should round-trip")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:40:7)
PassProperty timeline-scope value 'unset'
Asserts run
Pass
assert_true(true, "timeline-scope doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'unset' is a supported value for timeline-scope.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("none", "none")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
Pass
assert_equals("none", "none", "computed value should round-trip")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:40:7)
PassProperty timeline-scope value 'revert'
Asserts run
Pass
assert_true(true, "timeline-scope doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'revert' is a supported value for timeline-scope.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("none", "none")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
Pass
assert_equals("none", "none", "computed value should round-trip")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:40:7)
PassProperty timeline-scope value 'none'
Asserts run
Pass
assert_true(true, "timeline-scope doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'none' is a supported value for timeline-scope.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("none", "none")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
PassProperty timeline-scope value '--test'
Asserts run
Pass
assert_true(true, "timeline-scope doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'--test' is a supported value for timeline-scope.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("--test", "--test")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
PassProperty timeline-scope value '--foo, --bar'
Asserts run
Pass
assert_true(true, "timeline-scope doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'--foo, --bar' is a supported value for timeline-scope.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("--foo, --bar", "--foo, --bar")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
PassProperty timeline-scope value '--bar, --foo'
Asserts run
Pass
assert_true(true, "timeline-scope doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'--bar, --foo' is a supported value for timeline-scope.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("--bar, --foo", "--bar, --foo")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
PassProperty timeline-scope value '--a, --b, --c, --D, --e'
Asserts run
Pass
assert_true(true, "timeline-scope doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'--a, --b, --c, --D, --e' is a supported value for timeline-scope.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("--a, --b, --c, --D, --e", "--a, --b, --c, --D, --e")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
PassThe timeline-scope property shows up in CSSStyleDeclaration enumeration
Asserts run
Pass
assert_not_equals(316, -1)
    at Test.<anonymous> ( /scroll-animations/css/timeline-scope-computed.tentative.html:27:3)
PassThe timeline-scope property shows up in CSSStyleDeclaration.cssText
Asserts run
Pass
assert_not_equals(0, -1)
    at Test.<anonymous> ( /scroll-animations/css/timeline-scope-computed.tentative.html:32:3)