You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
webdriver: Fix JS serialization for object with special key (servo#39804)
Previously, the JS deserialization is wrong for object like `{"-": 3}`.
This was because we never generate a valid JSON string literal from the
request.
Now I share @Loirooriol's laughter: "We just fixed something very basic,
but there is no existing test covering this", after fixing a bunch of
things in past few days.
Testing: Added two new subtests to
[wdspec](https://web-platform-tests.org/writing-tests/wdspec.html).
Fixes: servo#38083
---------
Signed-off-by: Euclid Ye <[email protected]>
0 commit comments