ladybird/Tests/LibWeb/Text/expected/Editing/execCommand-forwardDelete.txt
Timothy Flynn c369f68eff LibWeb: Delete entire graphemes when the delete/backspace key is pressed
We currently delete a single code unit. If the user presses backspace on
a multi code point emoji, they are going to expect the entire emoji to
be removed. This now matches the behavior of Chrome and Firefox.
2025-08-14 22:21:51 +02:00

24 lines
454 B
Text
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

--- a ---
Before: foobar
After: fooar
--- b ---
Before: a   
After: a  
--- c ---
Before: a  b
After: a b
--- d ---
Before: a   b
After: a  b
--- e ---
Before: a    b
After: a   b
--- f ---
Before: a     b
After: a    b
--- g ---
Before:   b
After:  b
--- h ---
Before: foo👩🏼👨🏻bar
After: foobar