[Bug 26181] Spec should specify the presentation of the array returned by navigator.getGamepads() w.r.t "holes"

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

--- Comment #13 from Ted Mielczarek [:ted] <ted@mielczarek.org> ---
IE (dev channel, DC1C0):
navigator.getGamepads().__proto__
[
   length: 0
]

Chrome (Canary, 38.0.2065.0) :
navigator.getGamepads().__proto__
GamepadList {item: function}

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 24 June 2014 15:08:41 UTC