| Index: media/test/data/eme_player.html
|
| diff --git a/media/test/data/eme_player.html b/media/test/data/eme_player.html
|
| index 3b2457f029e712cf1e0f0fcf6588689759690cc6..8c643cad3e3b4160bf47296a0f125e6029b47220 100644
|
| --- a/media/test/data/eme_player.html
|
| +++ b/media/test/data/eme_player.html
|
| @@ -76,6 +76,11 @@
|
| if (testConfig.usePrefixedEME && !video.receivedKeyAdded)
|
| Utils.failTest('Key added event not received.');
|
| if (testConfig.keySystem == EXTERNAL_CLEARKEY &&
|
| + !testConfig.usePrefixedEME &&
|
| + !video.receivedRenewalMessage)
|
| + Utils.failTest('license-renewal message not received.');
|
| + if (testConfig.keySystem == EXTERNAL_CLEARKEY &&
|
| + testConfig.usePrefixedEME &&
|
| !video.receivedHeartbeat)
|
| Utils.failTest('Heartbeat keymessage event not received.');
|
| }
|
|
|