Bug 66530 - Test how media element canPlayType reacts to too few arguments
Summary: Test how media element canPlayType reacts to too few arguments
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 66235
  Show dependency treegraph
 
Reported: 2011-08-18 20:35 PDT by Mark Pilgrim (Google)
Modified: 2011-10-06 09:34 PDT (History)
4 users (show)

See Also:


Attachments
Patch (1.93 KB, patch)
2011-08-18 20:37 PDT, Mark Pilgrim (Google)
abarth: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Pilgrim (Google) 2011-08-18 20:35:37 PDT
Test how media element canPlayType reacts to too few arguments
Comment 1 Mark Pilgrim (Google) 2011-08-18 20:37:28 PDT
Created attachment 104447 [details]
Patch
Comment 2 Eric Carlson 2011-08-19 13:22:43 PDT
Isn't this already tested by the first test in LayoutTests/media/video-can-play-type.html?

        testExpected("video.canPlayType()", "");
Comment 3 Adam Barth 2011-10-06 09:34:57 PDT
This API is already tested.