[modify-around-non-editable-span.html]
max-asserts: 3
[getSelection().modify("move", "forward", "character") when "editable[\]"]
expected: FAIL
[getSelection().modify("move", "right", "character") when "editable[\]"]
expected: FAIL
[getSelection().modify("move", "backward", "character") when " ...[\]editable"]
expected: FAIL
[getSelection().modify("move", "left", "character") when " ...[\]editable"]
expected: FAIL
[getSelection().modify("move", "forward", "character") after getSelection().selectAllChildren(editingHost) when "editable[\]"]
expected: FAIL
[getSelection().modify("move", "right", "character") after getSelection().selectAllChildren(editingHost) when "editable[\]"]
expected: FAIL
[getSelection().modify("move", "backward", "character") after getSelection().selectAllChildren(editingHost) when " ...[\]editable"]
expected: FAIL
[getSelection().modify("move", "left", "character") after getSelection().selectAllChildren(editingHost) when " ...[\]editable"]
expected: FAIL