Closed
Description
We're seeing a bunch of automated reffy PRs in https://github.com/web-platform-tests/wpt which seem invalid and seem to have come from 89d4595. They seem to prefix the word 'WebIDL' onto the generated idl.
Example: web-platform-tests/wpt#20941, which changes:
partial interface Navigator {
-->WebIDLpartial interface Navigator {
[Exposed=Window] interface BatteryManager : EventTarget {
-->WebIDL[Exposed=Window] interface BatteryManager : EventTarget {
These then fail to parse in the IDL test harness, resulting in harness errors: https://wpt.fyi/results/battery-status/idlharness.https.window.html?diff&filter=ADC&run_id=404190005&run_id=406030001
Metadata
Metadata
Assignees
Labels
No labels