mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
We were passing in byte offsets instead of UTF-16 code unit offsets, which could lead to crashes if the offsets found exceeded the number of code units in text fragments on the page. Fixes #4908. Co-authored-by: Tim Ledbetter <tim.ledbetter@ladybird.org>
6 lines
59 B
HTML
6 lines
59 B
HTML
<!DOCTYPE html>
|
|
😭a
|
|
<script>
|
|
window.find('a');
|
|
</script>
|