web-platform-tests / wpt

Test suites for Web platform specs — including WHATWG, W3C, and others
https://web-platform-tests.org/
Other
4.89k stars 3.06k forks source link

[eme] Need tests for MediaKeySession methods when session is closed #3983

Open ddorwin opened 7 years ago

ddorwin commented 7 years ago

The MediaKeySession methods share the following step:

If this object is closed, return a promise rejected with an InvalidStateError.

This does not appear to be covered in the syntax tests (syntax-mediakeysession.js). Is it covered in other tests?

mwatson2 commented 7 years ago

No, I don't think this is covered in any test at present.