Files
ladybird/Tests/LibWeb/Crash/UIEvents/hover-invalid-url.html
Timothy Flynn 2a68087dfc LibWeb: Do not assume hovered URLs are valid
Let's just not display any tooltip for invalid URLs. This matches how
Firefox behaves.
2025-10-27 14:15:03 +00:00

5 lines
100 B
HTML

<a href="https://xn--a.com">Invalid URL</a>
<script>
internals.movePointerTo(30, 20);
</script>