diff --git a/content/media/test/manifest.js b/content/media/test/manifest.js index 10182c424274..391d05070239 100644 --- a/content/media/test/manifest.js +++ b/content/media/test/manifest.js @@ -629,20 +629,6 @@ var gMetadataTests = [ }, ]; -// Test files for Encrypted Media Extensions -var gEMETests = [ - { - name:"short-cenc.mp4", - type:"video/mp4", - keys: { - // "keyid" : "key" - "7e571d017e571d017e571d017e571d01" : "7e5711117e5711117e5711117e571111", - "7e571d027e571d027e571d027e571d02" : "7e5722227e5722227e5722227e572222", - }, - sessionType:"temporary", - }, -]; - function checkMetadata(msg, e, test) { if (test.width) { is(e.videoWidth, test.width, msg + " video width"); diff --git a/content/media/test/mochitest.ini b/content/media/test/mochitest.ini index ed6b620b6407..57b2305f9023 100644 --- a/content/media/test/mochitest.ini +++ b/content/media/test/mochitest.ini @@ -219,7 +219,6 @@ support-files = seek_support.js seekLies.sjs seek_with_sound.ogg^headers^ - short-cenc.mp4 short-video.ogv short-video.ogv^headers^ small-shot-mp3.mp4 @@ -340,8 +339,6 @@ skip-if = toolkit == 'gonk' && debug [test_defaultMuted.html] [test_delay_load.html] skip-if = buildapp == 'b2g' # bug 1021676 -[test_encryptedMediaExtensions.html] -skip-if = buildapp == 'b2g' || toolkit == 'android' # bug 1043403 [test_error_in_video_document.html] skip-if = toolkit == 'android' # bug 608634 [test_error_on_404.html] diff --git a/content/media/test/short-cenc.mp4 b/content/media/test/short-cenc.mp4 deleted file mode 100644 index aa44c3b9a187..000000000000 Binary files a/content/media/test/short-cenc.mp4 and /dev/null differ diff --git a/content/media/test/short-cenc.xml b/content/media/test/short-cenc.xml deleted file mode 100644 index 9658c3e32ffb..000000000000 --- a/content/media/test/short-cenc.xml +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/content/media/test/short.mp4 b/content/media/test/short.mp4 deleted file mode 100644 index a674b7eb6808..000000000000 Binary files a/content/media/test/short.mp4 and /dev/null differ diff --git a/content/media/test/test_encryptedMediaExtensions.html b/content/media/test/test_encryptedMediaExtensions.html deleted file mode 100644 index 1988815208ed..000000000000 --- a/content/media/test/test_encryptedMediaExtensions.html +++ /dev/null @@ -1,160 +0,0 @@ - - - - Test Encrypted Media Extensions - - - - - -
-
-
- - diff --git a/dom/events/test/test_all_synthetic_events.html b/dom/events/test/test_all_synthetic_events.html index 3b39bf1532c8..764336bfd43b 100644 --- a/dom/events/test/test_all_synthetic_events.html +++ b/dom/events/test/test_all_synthetic_events.html @@ -211,14 +211,6 @@ const kEventConstructors = { return new KeyboardEvent(aName, aProps); }, }, - MediaEncryptedEvent: { create: function (aName, aProps) { - return new MediaEncryptedEvent(aName, aProps); - }, - }, - MediaKeyMessageEvent: { create: function (aName, aProps) { - return new MediaKeyMessageEvent(aName, aProps); - }, - }, MediaStreamEvent: { create: function (aName, aProps) { return new MediaStreamEvent(aName, aProps); }, diff --git a/testing/profiles/prefs_general.js b/testing/profiles/prefs_general.js index 3153e5163479..60f3aad256e9 100644 --- a/testing/profiles/prefs_general.js +++ b/testing/profiles/prefs_general.js @@ -254,7 +254,5 @@ user_pref("loop.throttled", false); user_pref("browser.uitour.pinnedTabUrl", "http://%(server)s/uitour-dummy/pinnedTab"); user_pref("browser.uitour.url", "http://%(server)s/uitour-dummy/tour"); -user_pref("media.eme.enabled", true); - // Don't prompt about e10s user_pref("browser.displayedE10SPrompt", 5);