Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassSelection in contenteditable shouldn't be reinitialized when changing designMode
Asserts run
Pass
assert_in_array("(BODY, 1) - (BODY, 1)", ["(BODY, 1) - (BODY, 1)", "(#text, 3) - (#text, 3)"], "Selection collapsed at end of <body> can be either as-is or normalized to the end of the text node")
    at Test.<anonymous> ( /html/editing/editing-0/contenteditable/selection-in-contentEditable-at-turning-designMode-on-off.tentative.html:22:5)
Pass
assert_equals("(BODY, 1) - (BODY, 1)", "(BODY, 1) - (BODY, 1)", "Turning designMode on at load event shouldn't change selection in contenteditable")
    at Test.<anonymous> ( /html/editing/editing-0/contenteditable/selection-in-contentEditable-at-turning-designMode-on-off.tentative.html:25:5)
Pass
assert_equals("(BODY, 1) - (BODY, 1)", "(BODY, 1) - (BODY, 1)", "Turning designMode off at load event shouldn't change selection in contenteditable")
    at Test.<anonymous> ( /html/editing/editing-0/contenteditable/selection-in-contentEditable-at-turning-designMode-on-off.tentative.html:28:5)