mirror of
https://github.com/servo/servo
synced 2026-05-14 10:56:44 +02:00
Report `NoSuchElement` if the active element is null, according to spec. Testing: `./mach test-wpt -r --log-raw "D:\servo test log\all.txt" .\tests\wpt\tests\webdriver\tests\classic\get_active_element --product servodriver` Partly fixes: #37420. We can pass `get_active_element` test once #37424 is done. Signed-off-by: Euclid Ye <yezhizhenjiakang@gmail.com>