| 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..ec4ebe203d2b19e6ca83ac9b11c426ca8b440594 100644
|
| --- a/media/test/data/eme_player.html
|
| +++ b/media/test/data/eme_player.html
|
| @@ -69,15 +69,15 @@
|
| return;
|
| // For loadSession() tests, addKey() will not be called after
|
| // loadSession() (the key is loaded internally). Do not check keyadded
|
| - // and heartbeat for these tests.
|
| + // and renewal message for these tests.
|
| if (!testConfig.sessionToLoad) {
|
| // keyadded may be fired around the start of playback; check for it
|
| // after a delay to avoid timing issues.
|
| if (testConfig.usePrefixedEME && !video.receivedKeyAdded)
|
| Utils.failTest('Key added event not received.');
|
| if (testConfig.keySystem == EXTERNAL_CLEARKEY &&
|
| - !video.receivedHeartbeat)
|
| - Utils.failTest('Heartbeat keymessage event not received.');
|
| + !video.receivedRenewalMessage)
|
| + Utils.failTest('license-renewal message not received.');
|
| }
|
| video.removeEventListener('ended', Utils.failTest);
|
| Utils.installTitleEventHandler(video, 'ended');
|
|
|