mirror of
https://github.com/servo/servo.git
synced 2025-10-01 09:09:15 +01:00
dom: getElementsFromPoint does the hit testing on viewport coordinates.
We got this wrong, I was just writing a test for #12777 when I found this.
This commit is contained in:
parent
3c7de6b821
commit
f9c0f2df13
4 changed files with 56 additions and 6 deletions
|
@ -6624,6 +6624,12 @@
|
|||
"url": "/_mozilla/mozilla/global.html"
|
||||
}
|
||||
],
|
||||
"mozilla/hit_test_pos_fixed.html": [
|
||||
{
|
||||
"path": "mozilla/hit_test_pos_fixed.html",
|
||||
"url": "/_mozilla/mozilla/hit_test_pos_fixed.html"
|
||||
}
|
||||
],
|
||||
"mozilla/htmlcollection.html": [
|
||||
{
|
||||
"path": "mozilla/htmlcollection.html",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue