summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/content-security-policy/media-src/media-src-7_2_2.sub.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/content-security-policy/media-src/media-src-7_2_2.sub.html')
-rw-r--r--testing/web-platform/tests/content-security-policy/media-src/media-src-7_2_2.sub.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/web-platform/tests/content-security-policy/media-src/media-src-7_2_2.sub.html b/testing/web-platform/tests/content-security-policy/media-src/media-src-7_2_2.sub.html
index ce6b8add3c..e1627b138c 100644
--- a/testing/web-platform/tests/content-security-policy/media-src/media-src-7_2_2.sub.html
+++ b/testing/web-platform/tests/content-security-policy/media-src/media-src-7_2_2.sub.html
@@ -48,7 +48,7 @@
<script>
let source = document.createElement("source");
source.src = mediaURL;
- source.type = "audio/ogg";
+ source.type = "audio/webm";
source.onerror = _ => { media_error_handler(source_test); }
document.getElementById("audioObject").appendChild(source);
document.getElementById("audioObject2").src = mediaURL;