Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[eme] Playback of two videos (temporary, mp4, clear key and drm) #3361

Merged
merged 3 commits into from
Jul 30, 2016

Conversation

mwatson2
Copy link
Contributor

This PR is dependent on #3355

@wpt-pr-bot
Copy link
Collaborator

Reviewers for this pull request are: @ddorwin.

@hoppipolla-critic-bot
Copy link

Critic review: https://critic.hoppipolla.co.uk/r/6757

This is an external review system which you may optionally use for the code review of your pull request.

In order to help critic track your changes, please do not make in-place history rewrites (e.g. via git rebase -i or git commit --amend) when updating this pull request.


}

navigator.requestMediaKeySystemAccess(config.keysystem, [ configuration ]).then(function(access) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't quite follow the persistent-usage-record pass/fail in this test. I see the session created and played, but not closed and where the record is retrieved. What am I missing?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This test case checks that the record can be retrieved later in another window. In onClosed, we open another window and post the config and sessionId to it. The other window sends back a set of assertions to be checked.

The page to be loaded in the other window is supplied in the config and lives in the resources folder.

@mwatson2 mwatson2 merged commit fdce2c6 into web-platform-tests:master Jul 30, 2016
ddorwin pushed a commit to ddorwin/web-platform-tests that referenced this pull request Sep 13, 2016
…-platform-tests#3361)



* Persistent usage record tests for Clear Key

* Fix lint errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants