- From: <bugzilla@jessica.w3.org>
- Date: Fri, 01 Jun 2012 00:53:44 +0000
- To: public-webapps-bugzilla@w3.org
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