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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 7 12:30:54 PDT 2011


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

           Summary: [FileSystem API] 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/2009/dap/file-system/pub/FileSystem/ , the following attributes should be read-only:

FileSystem.name
Entry.isFile
Entry.isDirectory
Entry.name
Entry.fullPath
Entry.fileSystem

According to WebIDL, setting a readonly attribute should fail silently. Thus, this test attempts to set each of these attributes to a value other than its known value, then tests whether the value actually changed.

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