Files
ladybird/Tests/LibWeb/Text/expected/wpt-import/css/cssom-view/elementsFromPoint.txt
Tim Ledbetter c44b30f0f1 LibWeb: Exclude UA internal shadow root elements in elementFromPoint()
When `elementFromPoint()` or `elementsFromPoint()` returns an element
that is inside a UA internal shadow root, we now return the shadow host
for that element.
2026-02-02 20:17:03 +00:00

15 lines
409 B
Plaintext

Harness status: OK
Found 9 tests
7 Pass
2 Fail
Pass Negative co-ordinates
Pass co-ordinates larger than the viewport
Pass co-ordinates larger than the viewport from in iframe
Pass Return first element that is the target for hit testing
Pass First element to get mouse events with pointer-events css
Pass SVG element at x,y
Fail transformed element at x,y
Pass no hit target at x,y
Fail No viewport available