Re: [encrypted-media-tests] clearkey-mp4-playback-temporary-multikey-sequential-readyState.html playing count fix (#3985)

I believe the text @cpearce is referring to is the following from https://html.spec.whatwg.org/multipage/embedded-content.html#ready-states:
>If the previous ready state was HAVE_CURRENT_DATA or less, and the new ready state is HAVE_FUTURE_DATA
  The user agent must queue a task to fire a simple event named canplay at the element.
  If the element's paused attribute is false, the user agent must notify about playing for the element.

Should we also have checks for the first step (`canplay`)?

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

Received on Monday, 17 October 2016 19:36:37 UTC