RESOLVED WORKSFORME69641
[FileSystem API] Entry methods required arguments
https://bugs.webkit.org/show_bug.cgi?id=69641
Summary [FileSystem API] Entry methods required arguments
Mark Pilgrim (Google)
Reported 2011-10-07 10:40:20 PDT
According to http://dev.w3.org/2009/dap/file-system/pub/FileSystem/#idl-def-Entry , the first argument (parent) to the moveTo() and copyTo() methods is required. This test calls the method without the required parameter and logs the result. WebKit passes this test.
Attachments
Patch (3.48 KB, patch)
2011-10-07 10:42 PDT, Mark Pilgrim (Google)
no flags
Patch (3.38 KB, patch)
2011-10-07 10:47 PDT, Mark Pilgrim (Google)
abarth: review-
Mark Pilgrim (Google)
Comment 1 2011-10-07 10:42:58 PDT
Mark Pilgrim (Google)
Comment 2 2011-10-07 10:46:32 PDT
Oops, bad filenames for the test files. Reuploading...
Mark Pilgrim (Google)
Comment 3 2011-10-07 10:47:26 PDT
Note You need to log in before you can comment on or make changes to this bug.