ladybird/Tests/LibWeb/Text/expected/Editing/execCommand-delete.txt
Jelle Raaijmakers 8986e1f1ec LibWeb: Merge nested editing hosts
If a node with `contenteditable=true/plaintextonly` is the child of an
editable node or an editing host, we should make it editable instead of
an editing host. This effectively merges nested editing hosts together,
which is how other browsers deal with this as well.

Gains us 5 WPT subtest passes in `editing`.
2025-09-04 00:24:55 +02:00

9 lines
174 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: fobar
--- b ---
Before: foo👩🏼👨🏻bar
After: foobar
--- c ---
Before: foo<div contenteditable="">bar</div>
After: foobar