mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
This change adds a window.internals.getComputedLabel(element) function, for use in testing ARIA-related behavior. It also patches the imported WPT testdriver.js script’s test_driver.get_computed_role(element) function to call our window.internals.getComputedRole(element) function.