mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibWeb: Implement more IntersectionObserver attributes
This commit is contained in:
Notes:
github-actions[bot]
2024-11-23 08:53:22 +00:00
Author: https://github.com/Psychpsyo Commit: https://github.com/LadybirdBrowser/ladybird/commit/3e536a4cd71 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2507
@@ -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")
|
||||
Reference in New Issue
Block a user