Bug 69687

Summary: [FileSystem API] File readonly attributes test
Product: WebKit Reporter: Mark Pilgrim (Google) <pilgrim>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: ericu, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Mark Pilgrim (Google) 2011-10-07 19:32:53 PDT
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.
Comment 1 Mark Pilgrim (Google) 2011-10-07 19:33:45 PDT
Created attachment 110243 [details]
Patch
Comment 2 WebKit Review Bot 2011-10-15 00:07:45 PDT
Comment on attachment 110243 [details]
Patch

Clearing flags on attachment: 110243

Committed r97545: <http://trac.webkit.org/changeset/97545>
Comment 3 WebKit Review Bot 2011-10-15 00:07:49 PDT
All reviewed patches have been landed.  Closing bug.