Pass | execCommand('selectAll') should select all content in the document even if the document body ends with editable content | Asserts runPass | 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) |
|
Pass | execCommand('selectAll') should select all content in the document when selection is in <input> | Asserts runPass | 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) |
|
Pass | execCommand('selectAll') should select all content in the document when selection is in <textarea> | Asserts runPass | 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) |
|