Bug 33980 - Add test for new attributes introduced in File and Blob interfaces
Summary: Add test for new attributes introduced in File and Blob interfaces
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Jian Li
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-21 17:31 PST by Jian Li
Modified: 2010-01-22 14:59 PST (History)
0 users

See Also:


Attachments
Proposed Patch (3.17 KB, patch)
2010-01-21 17:40 PST, Jian Li
darin: review+
jianli: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jian Li 2010-01-21 17:31:08 PST
We should add test for 2 new attributes introduced in File and Blob interfaces:
  File.name and Blob.size
Comment 1 Jian Li 2010-01-21 17:40:22 PST
Created attachment 47165 [details]
Proposed Patch
Comment 2 Jian Li 2010-01-22 14:59:53 PST
Committed as http://trac.webkit.org/changeset/53720.