LibWeb: Implement more IntersectionObserver attributes

This commit is contained in:
Psychpsyo
2024-11-22 12:01:42 +01:00
committed by Andreas Kling
parent 7444f76b0d
commit 3e536a4cd7
Notes: github-actions[bot] 2024-11-23 08:53:22 +00:00
9 changed files with 345 additions and 17 deletions

View File

@@ -0,0 +1,19 @@
Summary
Harness status: OK
Rerun
Found 9 tests
9 Pass
Details
Result Test Name MessagePass IntersectionObserver constructor with { threshold: [1.1] }
Pass IntersectionObserver constructor with { threshold: ["foo"] }
Pass IntersectionObserver constructor with { rootMargin: "1" }
Pass IntersectionObserver constructor with { rootMargin: "2em" }
Pass IntersectionObserver constructor with { rootMargin: "auto" }
Pass IntersectionObserver constructor with { rootMargin: "calc(1px + 2px)" }
Pass IntersectionObserver constructor with { rootMargin: "1px !important" }
Pass IntersectionObserver constructor with { rootMargin: "1px 1px 1px 1px 1px" }
Pass IntersectionObserver.observe("foo")