mirror of
https://github.com/servo/servo
synced 2026-05-11 17:37:21 +02:00
This change allows users to pass a mark like `"navigationStart"` to `Performance.measure` and that will resolve to the value of `navigationStart` on the `PerformanceTiming` interface. Testing: New tests start to pass Part of https://github.com/servo/servo/issues/43821 - we no longer throw an exception in the case above. --------- Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>