commit d96eb97b1dc6d4d35362114d421c435ddd89452e
parent 2a032ca5cec0082d34ff6d216a1e8f7395af1f1e
Author: Howard Edwards <howarde.edwards@gmail.com>
Date: Thu, 27 Nov 2025 15:06:54 +0000
Bug 2002341 [wpt PR 56267] - Map `element-from-point` web feature, a=testonly
Automatic update from web-platform-tests
Map `element-from-point` web feature (#56267)
--
wpt-commits: 77d464e3fe5bbc9c2f88a5c02f3b4678220ec373
wpt-pr: 56267
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/testing/web-platform/tests/css/cssom-view/WEB_FEATURES.yml b/testing/web-platform/tests/css/cssom-view/WEB_FEATURES.yml
@@ -2,6 +2,11 @@ features:
- name: check-visibility
files:
- checkVisibility.html
+- name: element-from-point
+ files:
+ - elementFromPoint*
+ - elementsFromPoint*
+ - negativeMargins.html
- name: scroll-into-view
files:
- scrollIntoView-*