Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassSpace key shouldn't active the checkbox when space key press is emulated by untrusted events
Asserts run
Pass
assert_equals(null, null, "The checkbox shouldn't be activated")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/checkable-active-space-key-untrusted-event.html:26:3)
PassSpace key shouldn't active the radio when space key press is emulated by untrusted events
Asserts run
Pass
assert_equals(null, null, "The radio shouldn't be activated")
    at Test.<anonymous> ( /html/semantics/forms/the-input-element/checkable-active-space-key-untrusted-event.html:40:3)