/selection/contenteditable/modify-around-non-editable-span.html| status | subtest | message |
|---|---|---|
| FAIL | getSelection().modify("move", "forward", "character") when " []<span contenteditable=false>" | getSelection(...).modify is not a function |
| FAIL | getSelection().modify("move", "forward", "character") when "editable[]<span contenteditable=false>" | getSelection(...).modify is not a function |
| FAIL | getSelection().modify("move", "right", "character") when " []<span contenteditable=false>" | getSelection(...).modify is not a function |
| FAIL | getSelection().modify("move", "right", "character") when "editable[]<span contenteditable=false>" | getSelection(...).modify is not a function |
| FAIL | getSelection().modify("move", "backward", "character") when " <span contenteditable=false>...</span>[]editable" | getSelection(...).modify is not a function |
| FAIL | getSelection().modify("move", "backward", "character") when "editable<span contenteditable=false>...</span>[] " | getSelection(...).modify is not a function |
| FAIL | getSelection().modify("move", "left", "character") when " <span contenteditable=false>...</span>[]editable" | getSelection(...).modify is not a function |
| FAIL | getSelection().modify("move", "left", "character") when "editable<span contenteditable=false>...</span>[] " | getSelection(...).modify is not a function |
| FAIL | getSelection().modify("move", "forward", "character") after getSelection().selectAllChildren(editingHost) when " []<span contenteditable=false>" | getSelection(...).modify is not a function |
| FAIL | getSelection().modify("move", "forward", "character") after getSelection().selectAllChildren(editingHost) when "editable[]<span contenteditable=false>" | getSelection(...).modify is not a function |
| FAIL | getSelection().modify("move", "right", "character") after getSelection().selectAllChildren(editingHost) when " []<span contenteditable=false>" | getSelection(...).modify is not a function |
| FAIL | getSelection().modify("move", "right", "character") after getSelection().selectAllChildren(editingHost) when "editable[]<span contenteditable=false>" | getSelection(...).modify is not a function |
| FAIL | getSelection().modify("move", "backward", "character") after getSelection().selectAllChildren(editingHost) when " <span contenteditable=false>...</span>[]editable" | getSelection(...).modify is not a function |
| FAIL | getSelection().modify("move", "backward", "character") after getSelection().selectAllChildren(editingHost) when "editable<span contenteditable=false>...</span>[] " | getSelection(...).modify is not a function |
| FAIL | getSelection().modify("move", "left", "character") after getSelection().selectAllChildren(editingHost) when " <span contenteditable=false>...</span>[]editable" | getSelection(...).modify is not a function |
| FAIL | getSelection().modify("move", "left", "character") after getSelection().selectAllChildren(editingHost) when "editable<span contenteditable=false>...</span>[] " | getSelection(...).modify is not a function |
bundle built 2026-07-16T07:16:48.063Z