Summary

Harness status: OK

Found 10 tests

Details

ResultTest NameMessage
PassAdding/removing disabled content attribute
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /custom-elements/form-associated/form-disabled-callback.html:29:3)
Pass
assert_false(false)
    at Test.<anonymous> ( /custom-elements/form-associated/form-disabled-callback.html:30:3)
Pass
assert_false(false)
    at Test.<anonymous> ( /custom-elements/form-associated/form-disabled-callback.html:33:3)
Pass
assert_true(true)
    at Test.<anonymous> ( /custom-elements/form-associated/form-disabled-callback.html:34:3)
Pass
assert_true(true)
    at Test.<anonymous> ( /custom-elements/form-associated/form-disabled-callback.html:37:3)
Pass
assert_false(false)
    at Test.<anonymous> ( /custom-elements/form-associated/form-disabled-callback.html:38:3)
Pass
assert_array_equals([true, false], [true, false])
    at Test.<anonymous> ( /custom-elements/form-associated/form-disabled-callback.html:40:3)
PassRelationship with FIELDSET
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /custom-elements/form-associated/form-disabled-callback.html:49:3)
Pass
assert_false(false)
    at Test.<anonymous> ( /custom-elements/form-associated/form-disabled-callback.html:50:3)
Pass
assert_false(false)
    at Test.<anonymous> ( /custom-elements/form-associated/form-disabled-callback.html:53:3)
Pass
assert_true(true)
    at Test.<anonymous> ( /custom-elements/form-associated/form-disabled-callback.html:54:3)
Pass
assert_true(true)
    at Test.<anonymous> ( /custom-elements/form-associated/form-disabled-callback.html:57:3)
Pass
assert_false(false)
    at Test.<anonymous> ( /custom-elements/form-associated/form-disabled-callback.html:58:3)
Pass
assert_false(false)
    at Test.<anonymous> ( /custom-elements/form-associated/form-disabled-callback.html:61:3)
Pass
assert_true(true)
    at Test.<anonymous> ( /custom-elements/form-associated/form-disabled-callback.html:62:3)
Pass
assert_true(true)
    at Test.<anonymous> ( /custom-elements/form-associated/form-disabled-callback.html:64:3)
Pass
assert_false(false)
    at Test.<anonymous> ( /custom-elements/form-associated/form-disabled-callback.html:65:3)
Pass
assert_false(false)
    at Test.<anonymous> ( /custom-elements/form-associated/form-disabled-callback.html:68:3)
Pass
assert_true(true)
    at Test.<anonymous> ( /custom-elements/form-associated/form-disabled-callback.html:69:3)
Pass
assert_array_equals([true, false, true, false, true], [true, false, true, false, true])
    at Test.<anonymous> ( /custom-elements/form-associated/form-disabled-callback.html:71:3)
PassA disabled form-associated custom element should not provide an entry for it
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /custom-elements/form-associated/form-disabled-callback.html:79:3)
PassA disabled form-associated custom element should not submit an entry for it
Asserts run
Pass
assert_equals(-1, -1)
    at Test.<anonymous> ( /custom-elements/form-associated/form-disabled-callback.html:86:3)
Pass
assert_not_equals(1, -1)
    at Test.<anonymous> ( /custom-elements/form-associated/form-disabled-callback.html:87:3)
PassDisabled attribute affects focus-capability
Asserts run
Pass
assert_not_equals(Element node <body> <script src="/resources/testharness.js"></script> ..., Element node <my-control tabindex="0" disabled=""></my-control>)
    at Test.<anonymous> ( /custom-elements/form-associated/form-disabled-callback.html:96:3)
Pass
assert_equals(Element node <my-control tabindex="0"></my-control>, Element node <my-control tabindex="0"></my-control>)
    at Test.<anonymous> ( /custom-elements/form-associated/form-disabled-callback.html:100:3)
PassUpgrading an element with disabled content attribute
Asserts run
Pass
assert_array_equals([true], [true])
    at Test.<anonymous> ( /custom-elements/form-associated/form-disabled-callback.html:108:3)
Pass
assert_array_equals([true], [true])
    at Test.<anonymous> ( /custom-elements/form-associated/form-disabled-callback.html:111:3)
PassToggling "disabled" attribute on a custom element inside disabled <fieldset> does not trigger a callback
Asserts run
Pass
assert_array_equals([true], [true])
    at Test.<anonymous> ( /custom-elements/form-associated/form-disabled-callback.html:122:3)
PassToggling "disabled" attribute on a <fieldset> does not trigger a callback on disabled custom element descendant
Asserts run
Pass
assert_array_equals([true], [true])
    at Test.<anonymous> ( /custom-elements/form-associated/form-disabled-callback.html:133:3)
PassCallback triggered during a clone/append operation, with disabled state provided by ancestor
Asserts run
Pass
assert_array_equals([true], [true])
    at Test.<anonymous> ( /custom-elements/form-associated/form-disabled-callback.html:143:3)
PassCallback triggered during a clone operation, with disabled state provided by ancestor
Asserts run
Pass
assert_array_equals([true], [true])
    at Test.<anonymous> ( /custom-elements/form-associated/form-disabled-callback.html:151:3)