mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-20 16:28:54 +00:00
LibWeb: Allow splitting surrogate pairs in CharacterData.replaceData()
We're expected to handle this situation gracefully, and certainly not by falling apart like we were. Found by Domato.
This commit is contained in:
parent
416c478876
commit
33207174a9
Notes:
github-actions[bot]
2024-07-20 04:41:59 +00:00
Author: https://github.com/awesomekling 🔰
Commit: 33207174a9
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/721
3 changed files with 23 additions and 2 deletions
|
@ -0,0 +1,5 @@
|
|||
Before replaceData:
|
||||
[0]: 53997
|
||||
[1]: 56998
|
||||
After replaceData:
|
||||
[0]: 56998
|
Loading…
Add table
Add a link
Reference in a new issue