LibWeb: Don't crash on Document.createElement() with emoji in tag name

Once again, we were mistakenly using StringBuilder's append(char) when
we really wanted append_code_point(u32).
This commit is contained in:
Andreas Kling 2023-12-03 23:21:32 +01:00
commit 0d74ced9b5
Notes: sideshowbarker 2024-07-17 09:49:33 +09:00
3 changed files with 9 additions and 1 deletions

View file

@ -0,0 +1 @@
PASS (Didn't crash)