mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 10:07:15 +02:00
When `elementFromPoint()` or `elementsFromPoint()` returns an element that is inside a UA internal shadow root, we now return the shadow host for that element.
5 lines
80 B
HTML
5 lines
80 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
html, body { padding:9px; border:1px solid }
|
|
</style>
|