2011-04-05 Nancy Piedra <nancy.piedra@nokia.com>

        Reviewed by Alexey Proskuryakov.

        Improper use of &quot in video-can-play-type layout test
        https://bugs.webkit.org/show_bug.cgi?id=57728

        * media/video-can-play-type.html:

git-svn-id: svn://svn.chromium.org/blink/trunk@82909 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 777c269f
2011-04-05 Nancy Piedra <nancy.piedra@nokia.com>
Reviewed by Alexey Proskuryakov.
Improper use of &quot in video-can-play-type layout test
https://bugs.webkit.org/show_bug.cgi?id=57728
* media/video-can-play-type.html:
2011-04-05 Kent Tamura <tkent@chromium.org> 2011-04-05 Kent Tamura <tkent@chromium.org>
Reviewed by Dimitri Glazkov. Reviewed by Dimitri Glazkov.
...@@ -18,8 +18,8 @@ ...@@ -18,8 +18,8 @@
testExpected("video.canPlayType()", ""); testExpected("video.canPlayType()", "");
testExpected("video.canPlayType('video/')", ""); testExpected("video.canPlayType('video/')", "");
testExpected("video.canPlayType('video/blahblah')", ""); testExpected("video.canPlayType('video/blahblah')", "");
testExpected("video.canPlayType('video/mpeg; Codecs=&quot;avc1.4D400C&quot;')", "probably"); testExpected("video.canPlayType('video/mpeg; Codecs=\"avc1.4D400C\"')", "probably");
testExpected("video.canPlayType(' Video/MP4 ; CODECS=&quot;mp4v.20.8, mp4a.40.2&quot;')", "probably"); testExpected("video.canPlayType(' Video/MP4 ; CODECS=\"mp4v.20.8, mp4a.40.2\"')", "probably");
testExpected("video.canPlayType('audio/mpeg')", "maybe"); testExpected("video.canPlayType('audio/mpeg')", "maybe");
testExpected("video.canPlayType('audio/Wav')", "maybe"); testExpected("video.canPlayType('audio/Wav')", "maybe");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment