2 <div id=
"target" ontouchstart=
"alert();"></div>
3 <script type=
"application/javascript">
5 /** Test for Bug
760131 **/
7 function accessTouches(evt)
15 ok(!thrown,
"Unwrapping a TouchList shouldn't throw");
18 document.getElementById(
"target").ontouchstart = accessTouches;