Fail | Test 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 runFail | assert_true(false)
at Test.<anonymous> ( /html/editing/editing-0/autocorrection/autocorrection.html:10:5) |
|
Fail | Test 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 runFail | assert_true(false)
at Test.<anonymous> ( /html/editing/editing-0/autocorrection/autocorrection.html:14:5) |
|
Fail | Test 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 runFail | assert_true(false)
at Test.<anonymous> ( /html/editing/editing-0/autocorrection/autocorrection.html:18:5) |
|
Fail | Test 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 runFail | assert_true(false)
at Test.<anonymous> ( /html/editing/editing-0/autocorrection/autocorrection.html:22:5) |
|
Fail | Test 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 runPass | 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 |
|
Fail | Test 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 runPass | 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 |
|
Fail | Test 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 runFail | 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 |
|
Pass | Test autocorrection in an editing host. | Asserts runPass | 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) |
|
Fail | Test 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 runFail | assert_false(undefined, "Input of type password")
at Test.<anonymous> ( /html/editing/editing-0/autocorrection/autocorrection.html:334:3) |
|