Bug 69687 - [FileSystem API] File readonly attributes test
Summary: [FileSystem API] File readonly attributes test
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-07 19:32 PDT by Mark Pilgrim (Google)
Modified: 2011-10-15 00:07 PDT (History)
2 users (show)

See Also:


Attachments
Patch (3.87 KB, patch)
2011-10-07 19:33 PDT, Mark Pilgrim (Google)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.