ladybird/Tests/LibWeb/Text/expected/Editing/execCommand-forwardDelete.txt
Jelle Raaijmakers 6176b05ca5 LibWeb: Align editing whitespace canonicalization with other browsers
The spec calls for a couple of very specific whitespace padding
techniques whenever we canonicalize whitespace during the execution of
editing commands, but it seems that other browsers have a simpler
strategy - let's adopt theirs!
2025-04-29 15:30:34 +02:00

21 lines
387 B
Text

--- 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