[Webkit-unassigned] [Bug 69693] New: [File API] URL methods handling null arguments

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 7 21:46:44 PDT 2011


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

           Summary: [File API] URL methods handling null 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/#dfn-createObjectURL , "If this method is called with a Blob argument that is NOT valid, then user agents MUST return null." This test calls createObjectURL with null and logs the results.

Expected behavior: returns null
Actual behavior: returns undefined

-- 
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