Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
Failreset()'s event must be fired in the Realm of the targetassert_equals: the event must be created in the realm of the target expected function "function Function() { [native code] }" but got function "function Function() { [native code] }"
    at Test.<anonymous> (https://wpt.live/html/semantics/forms/resetting-a-form/reset-form-event-realm.html:30:7)
    at Test.step (https://wpt.live/resources/testharness.js:2642:25)
    at HTMLFormElement.<anonymous> (https://wpt.live/resources/testharness.js:2689:35)
    at Test.<anonymous> (https://wpt.live/html/semantics/forms/resetting-a-form/reset-form-event-realm.html:34:16)
    at Test.step (https://wpt.live/resources/testharness.js:2642:25)
Asserts run
Fail
assert_equals(function "function Function() { [native code] }", function "function Function() { [native code] }", "the event must be created in the realm of the target")
    at Test.<anonymous> ( /html/semantics/forms/resetting-a-form/reset-form-event-realm.html:30:7)
Pass
assert_true(true, "The reset event handler must have been called")
    at Test.<anonymous> ( /html/semantics/forms/resetting-a-form/reset-form-event-realm.html:35:5)