preceding text

editable text

Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
PassexecCommand('selectAll') should select all content in the document even if the document body ends with editable content
Asserts run
Pass
assert_false(false, "Selection should not be collapsed after calling document.execCommand(\"selectAll\")")
    at Test.<anonymous> ( /editing/other/selectall-without-focus.html:14:5)
Pass
assert_true(true, "Selection should contain the preceding text of the editing host")
    at Test.<anonymous> ( /editing/other/selectall-without-focus.html:19:5)
Pass
assert_true(true, "Selection should contain the editable text in the editing host")
    at Test.<anonymous> ( /editing/other/selectall-without-focus.html:23:5)
PassexecCommand('selectAll') should select all content in the document when selection is in <input>
Asserts run
Pass
assert_false(false, "Selection should not be collapsed after calling document.execCommand(\"selectAll\")")
    at Test.<anonymous> ( /editing/other/selectall-without-focus.html:34:5)
Pass
assert_true(true, "Selection should contain the preceding text of the editing host")
    at Test.<anonymous> ( /editing/other/selectall-without-focus.html:39:5)
Pass
assert_true(true, "Selection should contain the editable text in the editing host")
    at Test.<anonymous> ( /editing/other/selectall-without-focus.html:43:5)
PassexecCommand('selectAll') should select all content in the document when selection is in <textarea>
Asserts run
Pass
assert_false(false, "Selection should not be collapsed after calling document.execCommand(\"selectAll\")")
    at Test.<anonymous> ( /editing/other/selectall-without-focus.html:54:5)
Pass
assert_true(true, "Selection should contain the preceding text of the editing host")
    at Test.<anonymous> ( /editing/other/selectall-without-focus.html:59:5)
Pass
assert_true(true, "Selection should contain the editable text in the editing host")
    at Test.<anonymous> ( /editing/other/selectall-without-focus.html:63:5)