Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / media / media-file.js
index 5928cdf..365ea8f 100644 (file)
@@ -1,14 +1,11 @@
 var audioCodecs = [
     ["audio/wav", "wav"],
     ["audio/aac", "m4a"],
-    ["audio/mpeg", "mp3"],
     ["audio/ogg", "oga"]
 ];
 
 var videoCodecs = [
     ["video/mp4", "mp4"],
-    ["video/mpeg", "mpg"],
-    ["video/quicktime", "mov"],
     ["video/ogg", "ogv"]
 ];