Re: [encrypted-media-tests] Fail unexpected keys keystatuseschange (#3746)

@ddorwin As a quirk of our implementation, Firefox doesn't aggregate multiple keys changing at the same time into a single status change event. i.e. for each key that changes status, we'll dispatch one key status changed event. 

I assume that there are multiple keys in the resource here? The current spec says that we should aggregate the status changed events, so we'll fix that.

View on GitHub: https://github.com/w3c/web-platform-tests/pull/3746#issuecomment-248186985

Received on Tuesday, 20 September 2016 02:45:40 UTC