abc

Summary

Harness status: OK

Found 4 tests

Details

ResultTest NameMessage
Passdocument.execCommand("inserttext") should not change the DOM or fire textupdate
Asserts run
Pass
assert_true(true, "'inserttext' should be supported regardless of focus position")
    at Test.<anonymous> ( /editing/edit-context/edit-context-execCommand.tentative.https.html:25:7)
Pass
assert_false(false, "'inserttext' should not be supported in EditContext")
    at Test.<anonymous> ( /editing/edit-context/edit-context-execCommand.tentative.https.html:26:7)
Pass
assert_equals("", "", "DOM should not be updated from execCommand('inserttext')")
    at Test.<anonymous> ( /editing/edit-context/edit-context-execCommand.tentative.https.html:29:7)
Pass
assert_false(false, "textupdate should not fire for to execCommand('inserttext')")
    at Test.<anonymous> ( /editing/edit-context/edit-context-execCommand.tentative.https.html:30:7)
Passdocument.execCommand("bold") should not change the DOM or fire textupdate
Asserts run
Pass
assert_true(true, "'bold' should be supported regardless of focus position")
    at Test.<anonymous> ( /editing/edit-context/edit-context-execCommand.tentative.https.html:46:7)
Pass
assert_false(false, "'bold' should not be supported in EditContext")
    at Test.<anonymous> ( /editing/edit-context/edit-context-execCommand.tentative.https.html:47:7)
Pass
assert_equals("abc", "abc", "DOM should not be updated from execCommand('bold')")
    at Test.<anonymous> ( /editing/edit-context/edit-context-execCommand.tentative.https.html:50:7)
Pass
assert_false(false, "textupdate should not fire for execCommand('bold')")
    at Test.<anonymous> ( /editing/edit-context/edit-context-execCommand.tentative.https.html:51:7)
PassqueryCommandState, queryCommandvalue, and queryCommandInterm should always return false
Asserts run
Pass
assert_false(false, "queryCommandState should always return false in EditContext")
    at Test.<anonymous> ( /editing/edit-context/edit-context-execCommand.tentative.https.html:68:7)
Pass
assert_equals("false", "false", "queryCommandValue should always return 'false' in EditContext for commands that return booleans")
    at Test.<anonymous> ( /editing/edit-context/edit-context-execCommand.tentative.https.html:69:7)
Pass
assert_equals("", "", "queryCommandValue should always return empty string in EditContext for commands that return strings")
    at Test.<anonymous> ( /editing/edit-context/edit-context-execCommand.tentative.https.html:70:7)
Pass
assert_false(false, "'queryCommandInterm should always return false in EditContext")
    at Test.<anonymous> ( /editing/edit-context/edit-context-execCommand.tentative.https.html:73:7)
Faildocument.execCommand("copy") should work but document.execCommand("cut") should not change the DOM or the clipboardpromise_test: Unhandled rejection with value: object "Error: set_permission() is not implemented by testdriver-vendor.js"
Error
    at get_stack (https://www1.wpt.live/resources/testharness.js:4575:21)
    at new AssertionError (https://www1.wpt.live/resources/testharness.js:4568:22)
    at assert (https://www1.wpt.live/resources/testharness.js:4552:19)
    at Test.<anonymous> (https://www1.wpt.live/resources/testharness.js:764:29)
    at Test.step (https://www1.wpt.live/resources/testharness.js:2642:25)
    at https://www1.wpt.live/resources/testharness.js:2689:35
Asserts runNo asserts ran