mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
5 lines
99 B
HTML
5 lines
99 B
HTML
<!DOCTYPE html>
|
|
<script>
|
|
new IntersectionObserver(() => {}, { rootMargin: '1deg' });
|
|
</script>
|