25 lines
1.3 KiB
INI
25 lines
1.3 KiB
INI
[modify-around-non-editable-span.html]
|
|
max-asserts: 3
|
|
[getSelection().modify("move", "forward", "character") when "editable[\]<span contenteditable=false>"]
|
|
expected: FAIL
|
|
|
|
[getSelection().modify("move", "right", "character") when "editable[\]<span contenteditable=false>"]
|
|
expected: FAIL
|
|
|
|
[getSelection().modify("move", "backward", "character") when " <span contenteditable=false>...</span>[\]editable"]
|
|
expected: FAIL
|
|
|
|
[getSelection().modify("move", "left", "character") when " <span contenteditable=false>...</span>[\]editable"]
|
|
expected: FAIL
|
|
|
|
[getSelection().modify("move", "forward", "character") after getSelection().selectAllChildren(editingHost) when "editable[\]<span contenteditable=false>"]
|
|
expected: FAIL
|
|
|
|
[getSelection().modify("move", "right", "character") after getSelection().selectAllChildren(editingHost) when "editable[\]<span contenteditable=false>"]
|
|
expected: FAIL
|
|
|
|
[getSelection().modify("move", "backward", "character") after getSelection().selectAllChildren(editingHost) when " <span contenteditable=false>...</span>[\]editable"]
|
|
expected: FAIL
|
|
|
|
[getSelection().modify("move", "left", "character") after getSelection().selectAllChildren(editingHost) when " <span contenteditable=false>...</span>[\]editable"]
|
|
expected: FAIL
|