[Webkit-unassigned] [Bug 77899] IETC: FileList.item(-1) should return null instead of raising

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 4 18:45:38 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=77899





--- Comment #23 from Kentaro Hara <haraken at chromium.org>  2012-06-04 18:45:37 PST ---
(In reply to comment #22)
> Yeah, -1 is converted to 2^32 - 1, do you mean we should test file.item(-4294967295) or file.item(-4294967296)?
> file.item(-4294967295) equals file.item(1);
> file.item(-4294967296) equals file.item(0);
> 
> I will add these tests.

That's a good idea. And plus files.item(4294967295), which should equal to files.item(-1).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list