blob: e5024cd19b70a520267c197a7a8fe1422b96177d [file] [log] [blame]
<!doctype html>
<script src="../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script>
<script src="../assert_selection.js"></script>
<script>
test(() => assert_selection(
'<div contenteditable> ^foo| bar baz</div>',
'delete',
'<div contenteditable>|\u{00A0}bar baz</div>'),
'Keep space following word should remain');
</script>