[Webkit-unassigned] [Bug 69687] New: [FileSystem API] File readonly attributes test

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 7 19:32:53 PDT 2011


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

           Summary: [FileSystem API] File readonly attributes test
           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/#blob and http://dev.w3.org/2006/webapi/FileAPI/#file , File objects have the following readonly attributes:

size
type
name

This test creates a file and attempts to set these readonly attributes to values other than known values. Expected result: setter should fail silently, attribute value should remain the same.

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