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

Unified Diff: third_party/WebKit/LayoutTests/media/encrypted-media/encrypted-media-playback-encrypted-and-clear-sources.html

Issue 2169713002: EME: Fix nits for encrypted media layout tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months 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 | third_party/WebKit/LayoutTests/media/encrypted-media/encrypted-media-setmediakeys-again-after-playback.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/media/encrypted-media/encrypted-media-playback-encrypted-and-clear-sources.html
diff --git a/third_party/WebKit/LayoutTests/media/encrypted-media/encrypted-media-playback-encrypted-and-clear-sources.html b/third_party/WebKit/LayoutTests/media/encrypted-media/encrypted-media-playback-encrypted-and-clear-sources.html
index f09025a7c36b55222ef71690cd99cf0d860fedb1..389d6d271d577c281447258b27d34d14ac0e13bb 100644
--- a/third_party/WebKit/LayoutTests/media/encrypted-media/encrypted-media-playback-encrypted-and-clear-sources.html
+++ b/third_party/WebKit/LayoutTests/media/encrypted-media/encrypted-media-playback-encrypted-and-clear-sources.html
@@ -19,7 +19,7 @@
// Content to be played. These files must be the same format.
var encryptedContent = '../content/test-encrypted.webm';
- var unencryptedContent = '../content/test-vp8-vorbis-webvtt.webm';
+ var unencryptedContent = '../content/test.webm';
var rawKey = new Uint8Array([0xeb, 0xdd, 0x62, 0xf1, 0x68, 0x14, 0xd2, 0x7b,
0x68, 0xef, 0x12, 0x2a, 0xfc, 0xe4, 0xae, 0x3c]);
@@ -96,7 +96,7 @@
}
function startPlayback() {
- // Alternate between encrypted and unencrypted files.
+ // Alternate between unencrypted and encrypted files.
if (playbackCount % 2) {
// Unencrypted files don't require MediaKeys.
video.src = unencryptedContent;
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/media/encrypted-media/encrypted-media-setmediakeys-again-after-playback.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698