blob: ed7e856a65478db8c381f68479b8f59b71d63c95 [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>f ^baz|</div>',
'delete',
'<div contenteditable>f\u{00A0}|</div>'),
'Delete then collapse whitespaces to nbsp');
</script>