Summary

Harness status: OK

Found 9 tests

Details

ResultTest NameMessage
FailTest that the autocorrect attribute is available on HTMLInputElement.assert_true: expected true got false
    at Test.<anonymous> (https://wpt.live/html/editing/editing-0/autocorrection/autocorrection.html:10:5)
    at Test.step (https://wpt.live/resources/testharness.js:2642:25)
    at test (https://wpt.live/resources/testharness.js:633:30)
    at https://wpt.live/html/editing/editing-0/autocorrection/autocorrection.html:9:1
Asserts run
Fail
assert_true(false)
    at Test.<anonymous> ( /html/editing/editing-0/autocorrection/autocorrection.html:10:5)
FailTest that the autocorrect attribute is available on HTMLTextAreaElement.assert_true: expected true got false
    at Test.<anonymous> (https://wpt.live/html/editing/editing-0/autocorrection/autocorrection.html:14:5)
    at Test.step (https://wpt.live/resources/testharness.js:2642:25)
    at test (https://wpt.live/resources/testharness.js:633:30)
    at https://wpt.live/html/editing/editing-0/autocorrection/autocorrection.html:13:1
Asserts run
Fail
assert_true(false)
    at Test.<anonymous> ( /html/editing/editing-0/autocorrection/autocorrection.html:14:5)
FailTest that the autocorrect attribute is available on div.assert_true: expected true got false
    at Test.<anonymous> (https://wpt.live/html/editing/editing-0/autocorrection/autocorrection.html:18:5)
    at Test.step (https://wpt.live/resources/testharness.js:2642:25)
    at test (https://wpt.live/resources/testharness.js:633:30)
    at https://wpt.live/html/editing/editing-0/autocorrection/autocorrection.html:17:1
Asserts run
Fail
assert_true(false)
    at Test.<anonymous> ( /html/editing/editing-0/autocorrection/autocorrection.html:18:5)
FailTest that the autocorrect attribute is available on form.assert_true: expected true got false
    at Test.<anonymous> (https://wpt.live/html/editing/editing-0/autocorrection/autocorrection.html:22:5)
    at Test.step (https://wpt.live/resources/testharness.js:2642:25)
    at test (https://wpt.live/resources/testharness.js:633:30)
    at https://wpt.live/html/editing/editing-0/autocorrection/autocorrection.html:21:1
Asserts run
Fail
assert_true(false)
    at Test.<anonymous> ( /html/editing/editing-0/autocorrection/autocorrection.html:22:5)
FailTest setting the autocorrect IDL attribute.assert_equals: expected (string) "on" but got (object) null
    at https://wpt.live/html/editing/editing-0/autocorrection/autocorrection.html:32:5
    at Array.forEach (<anonymous>)
    at Test.<anonymous> (https://wpt.live/html/editing/editing-0/autocorrection/autocorrection.html:29:38)
    at Test.step (https://wpt.live/resources/testharness.js:2642:25)
    at test (https://wpt.live/resources/testharness.js:633:30)
Asserts run
Pass
assert_true(true)
    at  /html/editing/editing-0/autocorrection/autocorrection.html:31:5
Fail
assert_equals(null, "on")
    at  /html/editing/editing-0/autocorrection/autocorrection.html:32:5
FailTest setting the autocorrect attribute using setAttribute.assert_true: expected true got undefined
    at https://wpt.live/html/editing/editing-0/autocorrection/autocorrection.html:55:5
    at Array.forEach (<anonymous>)
    at Test.<anonymous> (https://wpt.live/html/editing/editing-0/autocorrection/autocorrection.html:52:38)
    at Test.step (https://wpt.live/resources/testharness.js:2642:25)
    at test (https://wpt.live/resources/testharness.js:633:30)
Asserts run
Pass
assert_equals("on", "on")
    at  /html/editing/editing-0/autocorrection/autocorrection.html:54:5
Fail
assert_true(undefined)
    at  /html/editing/editing-0/autocorrection/autocorrection.html:55:5
FailTest inheriting autocorrection from a form.assert_equals: button element with form parent with "null" and form element with "null" expected (boolean) true but got (undefined) undefined
    at https://wpt.live/html/editing/editing-0/autocorrection/autocorrection.html:278:9
    at Array.forEach (<anonymous>)
    at https://wpt.live/html/editing/editing-0/autocorrection/autocorrection.html:260:18
    at Array.forEach (<anonymous>)
    at Test.<anonymous> (https://wpt.live/html/editing/editing-0/autocorrection/autocorrection.html:253:12)
Asserts run
Fail
assert_equals(undefined, true, "button element with form parent with \"null\" and form element with \"null\"")
    at  /html/editing/editing-0/autocorrection/autocorrection.html:278:9
PassTest autocorrection in an editing host.
Asserts run
Pass
assert_false(false)
    at Test.<anonymous> ( /html/editing/editing-0/autocorrection/autocorrection.html:307:3)
Pass
assert_true(true)
    at Test.<anonymous> ( /html/editing/editing-0/autocorrection/autocorrection.html:308:3)
Pass
assert_true(true)
    at Test.<anonymous> ( /html/editing/editing-0/autocorrection/autocorrection.html:313:3)
Pass
assert_false(false)
    at Test.<anonymous> ( /html/editing/editing-0/autocorrection/autocorrection.html:314:3)
FailTest autocorrection in password, URL, and email inputs.assert_false: Input of type password expected false got undefined
    at Test.<anonymous> (https://wpt.live/html/editing/editing-0/autocorrection/autocorrection.html:334:3)
    at Test.step (https://wpt.live/resources/testharness.js:2642:25)
    at test (https://wpt.live/resources/testharness.js:633:30)
    at https://wpt.live/html/editing/editing-0/autocorrection/autocorrection.html:317:1
Asserts run
Fail
assert_false(undefined, "Input of type password")
    at Test.<anonymous> ( /html/editing/editing-0/autocorrection/autocorrection.html:334:3)