[Webkit-unassigned] [Bug 69685] New: [FileAPI] FileReader required arguments

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 7 19:08:17 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=69685

           Summary: [FileAPI] FileReader required arguments
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pilgrim at chromium.org
                CC: ericu at chromium.org


According to http://dev.w3.org/2006/webapi/FileAPI/#FileReader-interface , the following methods of FileReader have a required parameter, blob:

readAsArrayBuffer
readAsBinaryString
readAsText
readAsDataURL

This test calls these methods without the required parameter and logs the result. Expected result: TypeError (not enough arguments)

WebKit passes this test.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list