| 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
|
|
|