Changeset 82909 in webkit


Ignore:
Timestamp:
Apr 5, 2011 12:30:47 AM (13 years ago)
Author:
commit-queue@webkit.org
Message:

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:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r82908 r82909  
     12011-04-05  Nancy Piedra  <nancy.piedra@nokia.com>
     2
     3        Reviewed by Alexey Proskuryakov.
     4
     5        Improper use of &quot in video-can-play-type layout test
     6        https://bugs.webkit.org/show_bug.cgi?id=57728
     7
     8        * media/video-can-play-type.html:
     9
    1102011-04-05  Kent Tamura  <tkent@chromium.org>
    211
  • trunk/LayoutTests/media/video-can-play-type.html

    r79630 r82909  
    1919            testExpected("video.canPlayType('video/')", "");
    2020            testExpected("video.canPlayType('video/blahblah')", "");
    21             testExpected("video.canPlayType('video/mpeg; Codecs=&quot;avc1.4D400C&quot;')", "probably");
    22             testExpected("video.canPlayType('        Video/MP4 ; CODECS=&quot;mp4v.20.8, mp4a.40.2&quot;')", "probably");
     21            testExpected("video.canPlayType('video/mpeg; Codecs=\"avc1.4D400C\"')", "probably");
     22            testExpected("video.canPlayType('        Video/MP4 ; CODECS=\"mp4v.20.8, mp4a.40.2\"')", "probably");
    2323            testExpected("video.canPlayType('audio/mpeg')", "maybe");
    2424            testExpected("video.canPlayType('audio/Wav')", "maybe");
Note: See TracChangeset for help on using the changeset viewer.