RESOLVED WORKSFORME69688
[File API] BlobBuilder required arguments test
https://bugs.webkit.org/show_bug.cgi?id=69688
Summary [File API] BlobBuilder required arguments test
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.