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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/content-security-policy/media-src/media-src-7_2_2.html

Issue 2766913003: Fixed and improved content-security-policy/media-src tests (Closed)
Patch Set: Created 3 years, 9 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
Index: third_party/WebKit/LayoutTests/external/wpt/content-security-policy/media-src/media-src-7_2_2.html
diff --git a/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/media-src/media-src-7_2_2.html b/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/media-src/media-src-7_2_2.html
index 9b61342962072fb3f2afc66a290df54f5ff571d7..8e0eb38bbd24e7dab8fce9af4516c04a56f65f79 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/media-src/media-src-7_2_2.html
+++ b/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/media-src/media-src-7_2_2.html
@@ -20,7 +20,7 @@
location.hostname +
":" +
location.port +
- "/media/sound_5.mp3";
+ "/media/sound_5.oga";
function media_loaded(t) {
t.step( function () {
@@ -37,7 +37,7 @@
<audio id="audioObject" width="320" height="240" controls
onloadeddata="media_loaded(source_test)">
<source id="audioSourceObject"
- type="audio/mpeg"
+ type="audio/ogg"
onerror="media_error_handler(source_test)">
</audio>
<audio id="audioObject2" width="320" height="240" controls

Powered by Google App Engine
This is Rietveld 408576698