blob: 8b705fc3775f6435e04a593596dbbe5b63279f0a [file] [log] [blame]
<!DOCTYPE html>
<html>
<style>
.editing { width: 12px; }
</style>
<script src="../editing.js"></script>
<script>
if (window.testRunner)
testRunner.dumpAsText();
function editingTest() {
moveSelectionForwardByWordCommand();
moveSelectionForwardByWordCommand();
deleteCommand();
deleteCommand();
deleteCommand();
deleteCommand();
}
</script>
<div contenteditable class="editing">
<ul>PASSED<symbol id="test">abcd efg hijkl
<script>
runEditingTest();
</script>
</html>