blob: 73f4f7a02d5fe3094b56db7d83c66ee2626ca0b6 [file] [log] [blame]
<!DOCTYPE html>
<head>
<script src="../../../resources/dump-as-markup.js"></script>
</head>
<body>
<br>
<div contenteditable id="editor"><p id="start"><br>mispelled</p></div>
<script>
Markup.description("Advancing to the next misspelling (cmd+; on macOS) should select the word 'mispelled'.");
getSelection().setPosition(start);
internals.advanceToNextMisspelling();
Markup.dump(editor);
</script>
</body>