mirror of
https://github.com/servo/servo
synced 2026-05-13 10:27:03 +02:00
According to [spec](https://w3c.github.io/webdriver/#dfn-json-deserialize), we should only care about [Number](https://262.ecma-international.org/5.1/#sec-4.3.19) that is f64. This change also closes the gap between `JSValue` and `WebDriverJSValue` and potentially merge into one in the future. Testing: No regression. However, we have lots of TIMEOUT due to https://github.com/servo/servo/pull/38622. Signed-off-by: Euclid Ye <euclid.ye@huawei.com>