Wpt: idlharness toJSON test should ignore unknown entries

Created on 26 Sep 2017  路  1Comment  路  Source: web-platform-tests/wpt

Showed up in https://github.com/w3c/web-platform-tests/pull/7488

If an interface is further extended by extension specifications, you may find more properties in the toJSON output than expected by the base specification. Best would be to ignore unknown entries in the toJSON serialization.

idlharness.js bug

Most helpful comment

http://w3c-test.org/resource-timing/idlharness.html rightfully fails on Firefox58 (missing workerStart) and rightfully passes on Chrome 63 (extra serverTiming). Yoohoo!
Thanks @tobie

>All comments

http://w3c-test.org/resource-timing/idlharness.html rightfully fails on Firefox58 (missing workerStart) and rightfully passes on Chrome 63 (extra serverTiming). Yoohoo!
Thanks @tobie

Was this page helpful?
0 / 5 - 0 ratings