Title: [89608] trunk/LayoutTests
Revision
89608
Author
eric.carl...@apple.com
Date
2011-06-23 13:22:43 -0700 (Thu, 23 Jun 2011)

Log Message

2011-06-23  Eric Carlson  <eric.carl...@apple.com>

        Reviewed by Darin Adler.

        Incorrect MIME type used for some media layout tests
        https://bugs.webkit.org/show_bug.cgi?id=63275

        * media/video-can-play-type-expected.txt: video/mpeg -> video/mp4
        * media/video-can-play-type.html: Ditto.
        * media/video-source-error.html: Ditto.
        * media/video-source-type.html: Ditto.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (89607 => 89608)


--- trunk/LayoutTests/ChangeLog	2011-06-23 20:21:12 UTC (rev 89607)
+++ trunk/LayoutTests/ChangeLog	2011-06-23 20:22:43 UTC (rev 89608)
@@ -1,3 +1,15 @@
+2011-06-23  Eric Carlson  <eric.carl...@apple.com>
+
+        Reviewed by Darin Adler.
+
+        Incorrect MIME type used for some media layout tests
+        https://bugs.webkit.org/show_bug.cgi?id=63275
+
+        * media/video-can-play-type-expected.txt: video/mpeg -> video/mp4
+        * media/video-can-play-type.html: Ditto.
+        * media/video-source-error.html: Ditto.
+        * media/video-source-type.html: Ditto.
+
 2011-06-23  Jessie Berlin  <jber...@apple.com>
 
         [WebKit2 Tests] svg/zoom/page/zoom-replaced-intrinsic-ratio-001.html failing since

Modified: trunk/LayoutTests/media/video-can-play-type-expected.txt (89607 => 89608)


--- trunk/LayoutTests/media/video-can-play-type-expected.txt	2011-06-23 20:21:12 UTC (rev 89607)
+++ trunk/LayoutTests/media/video-can-play-type-expected.txt	2011-06-23 20:22:43 UTC (rev 89608)
@@ -3,7 +3,7 @@
 EXPECTED (video.canPlayType() == '') OK
 EXPECTED (video.canPlayType('video/') == '') OK
 EXPECTED (video.canPlayType('video/blahblah') == '') OK
-EXPECTED (video.canPlayType('video/mpeg; Codecs="avc1.4D400C"') == 'probably') OK
+EXPECTED (video.canPlayType('video/mp4; Codecs="avc1.4D400C"') == 'probably') OK
 EXPECTED (video.canPlayType(' Video/MP4 ; CODECS="mp4v.20.8, mp4a.40.2"') == 'probably') OK
 EXPECTED (video.canPlayType('audio/mpeg') == 'maybe') OK
 EXPECTED (video.canPlayType('audio/Wav') == 'maybe') OK

Modified: trunk/LayoutTests/media/video-can-play-type.html (89607 => 89608)


--- trunk/LayoutTests/media/video-can-play-type.html	2011-06-23 20:21:12 UTC (rev 89607)
+++ trunk/LayoutTests/media/video-can-play-type.html	2011-06-23 20:22:43 UTC (rev 89608)
@@ -18,7 +18,7 @@
             testExpected("video.canPlayType()", "");
             testExpected("video.canPlayType('video/')", "");
             testExpected("video.canPlayType('video/blahblah')", "");
-            testExpected("video.canPlayType('video/mpeg; Codecs=\"avc1.4D400C\"')", "probably");
+            testExpected("video.canPlayType('video/mp4; Codecs=\"avc1.4D400C\"')", "probably");
             testExpected("video.canPlayType('        Video/MP4 ; CODECS=\"mp4v.20.8, mp4a.40.2\"')", "probably");
             testExpected("video.canPlayType('audio/mpeg')", "maybe");
             testExpected("video.canPlayType('audio/Wav')", "maybe");

Modified: trunk/LayoutTests/media/video-source-error.html (89607 => 89608)


--- trunk/LayoutTests/media/video-source-error.html	2011-06-23 20:21:12 UTC (rev 89607)
+++ trunk/LayoutTests/media/video-source-error.html	2011-06-23 20:22:43 UTC (rev 89608)
@@ -63,7 +63,7 @@
             <source id=unsupported-media-query src="" media=print>
             <source id=missing-file src="" type=video/mpeg>
             <source id=format-error src=""
-            <source id=supported-format-mp4 src="" type="video/mpeg; codecs=&quot;avc1.4D400C&quot;">
+            <source id=supported-format-mp4 src="" type="video/mp4; codecs=&quot;avc1.4D400C&quot;">
             <source id=supported-format-ogv src="" type="video/ogg">
         </video>
         

Modified: trunk/LayoutTests/media/video-source-type.html (89607 => 89608)


--- trunk/LayoutTests/media/video-source-type.html	2011-06-23 20:21:12 UTC (rev 89607)
+++ trunk/LayoutTests/media/video-source-type.html	2011-06-23 20:22:43 UTC (rev 89608)
@@ -18,7 +18,7 @@
         <source src="" type=video/blahblah>
         <source src="" type=video/x-chicken-face>
         <source src="" type=audio/x-higglety-pigglety>
-        <source src="" type=video/mpeg>
+        <source src="" type=video/mp4>
         <source src="" type=video/ogg>
         <source src="" type=video/mpeg>
     </video>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to