Bug 69688

Summary: [File API] BlobBuilder required arguments test
Product: WebKit Reporter: Mark Pilgrim (Google) <pilgrim>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WORKSFORME    
Severity: Normal CC: abarth, ericu
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch abarth: review-

Mark Pilgrim (Google)
Reported 2011-10-07 19:52:45 PDT
According to http://dev.w3.org/2009/dap/file-system/file-writer.html#the-blobbuilder-interface , the BlobBuilder object has three append methods, all of which have a required argument (text, data, and data, respectively). This test calls the append method without any required arguments and logs the result. WebKit passes this test.
Attachments
Patch (2.06 KB, patch)
2011-10-07 19:53 PDT, Mark Pilgrim (Google)
abarth: review-
Mark Pilgrim (Google)
Comment 1 2011-10-07 19:53:32 PDT
Adam Barth
Comment 2 2011-10-14 23:01:00 PDT
Note You need to log in before you can comment on or make changes to this bug.