Pass | document.execCommand("inserttext") should not change the DOM or fire textupdate | Asserts runPass | 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) |
|
Pass | document.execCommand("bold") should not change the DOM or fire textupdate | Asserts runPass | 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) |
|
Pass | queryCommandState, queryCommandvalue, and queryCommandInterm should always return false | Asserts runPass | 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) |
|
Fail | document.execCommand("copy") should work but document.execCommand("cut") should not change the DOM or the clipboard | promise_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 |