blob: 78892ba522c2e4788655d7e990067452730dbd2c [file] [log] [blame]
<!DOCTYPE html>
<html>
<style>
.editing { width: 12px; }
</style>
<script src="../editing.js"></script>
<script>
if (window.layoutTestController)
layoutTestController.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>