0

Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassRecursive `Document.execCommand()` shouldn't be supported
Asserts run
Pass
assert_false(false, "`execCommand(\"insertText\") in the \"input\" event listener should return `false`")
    at HTMLDivElement.<anonymous> ( /editing/other/recursive-exec-command-calls.tentative.html:25:9)
Pass
assert_equals("0", "0", "`execCommand(\"insertText\") in the \"input\" event listener should do nothing")
    at Test.<anonymous> ( /editing/other/recursive-exec-command-calls.tentative.html:30:5)