Pass | Testing execCommand with unknown command | Asserts runPass | assert_equals(false, false, "Should return false without throwing exception")
at Test.execCommand_with_unknown_command ( /editing/other/exec-command-never-throw-exceptions.tentative.html:17:5) |
|
Pass | Testing queryCommandEnabled with unknown command | Asserts runPass | assert_equals(false, false, "Should return false without throwing exception")
at Test.queryCommandEnabled_with_unknown_command ( /editing/other/exec-command-never-throw-exceptions.tentative.html:30:5) |
|
Pass | Testing queryCommandIndeterm with unknown command | Asserts runPass | assert_equals(false, false, "Should return false without throwing exception")
at Test.queryCommandIndeterm_with_unknown_command ( /editing/other/exec-command-never-throw-exceptions.tentative.html:43:5) |
|
Pass | Testing queryCommandState with unknown command | Asserts runPass | assert_equals(false, false, "Should return false without throwing exception")
at Test.queryCommandState_with_unknown_command ( /editing/other/exec-command-never-throw-exceptions.tentative.html:56:5) |
|
Pass | Testing queryCommandSupported with unknown command | Asserts runPass | assert_equals(false, false, "Should return false without throwing exception")
at Test.queryCommandSupported_with_unknown_command ( /editing/other/exec-command-never-throw-exceptions.tentative.html:69:5) |
|
Pass | Testing queryCommandValue with unknown command | Asserts runPass | assert_equals("", "", "Should return empty string without throwing exception")
at Test.queryCommandValue_with_unknown_command ( /editing/other/exec-command-never-throw-exceptions.tentative.html:82:5) |
|