[Bug 17277] [FileAPI] It have no clear behavior about negative index of FileList.item

https://www.w3.org/Bugs/Public/show_bug.cgi?id=17277

--- Comment #1 from Li Yin <li.yin@intel.com> 2012-06-01 00:53:43 UTC ---
According to the idl.
interface FileList {
      getter File? item(unsigned long index);
      readonly attribute unsigned long length;
};
unsigned long index represents the negative number is not expected.
So, webkit based browser raises exception when the index is negative.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 1 June 2012 00:53:46 UTC