mirror of
https://github.com/servo/servo
synced 2026-05-13 18:37:30 +02:00
This new data structure allows passing more information when popping up context menus. It's possible in the future that it will be adapted into a more generic "hit test result" type API ala WebKit, but for now, this is probably enough. Testing: This change includes new API test assertions. Signed-off-by: Martin Robinson <mrobinson@igalia.com>