Files
ladybird/Tests/LibWeb/Crash/CSS/IntersectionObserver-rootMargin-invalid-unit.html

5 lines
99 B
HTML

<!DOCTYPE html>
<script>
new IntersectionObserver(() => {}, { rootMargin: '1deg' });
</script>