Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(355)

Unified Diff: chrome/test/data/media/encrypted_media_player.html

Issue 93243003: Add CDM FileIO tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments addressed Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/test/data/media/encrypted_media_utils.js » ('j') | media/cdm/ppapi/cdm_adapter.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/media/encrypted_media_player.html
diff --git a/chrome/test/data/media/encrypted_media_player.html b/chrome/test/data/media/encrypted_media_player.html
index 2b16d51d20422f1a76c12e4cf7630432250fb8e8..38e039aafb44ed5071912109d6c247a700e0bc90 100644
--- a/chrome/test/data/media/encrypted_media_player.html
+++ b/chrome/test/data/media/encrypted_media_player.html
@@ -20,6 +20,8 @@
failTest('Key added event not received.');
if (video.isHeartbeatExpected && !video.receivedHeartbeat)
failTest('Heartbeat keymessage event not received.');
+ if (video.isFileIOTestExpected && !video.fileIOTestPassed)
+ failTest('File IO test failed or test result not received.');
video.removeEventListener('ended', failTest);
installTitleEventHandler(video, 'ended');
video.removeEventListener('timeupdate', onTimeUpdate);
« no previous file with comments | « no previous file | chrome/test/data/media/encrypted_media_utils.js » ('j') | media/cdm/ppapi/cdm_adapter.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698