4 <input name=
"input" id=
"input"></input>
5 <script src=
"../../resources/js-test.js"></script>
7 description('Tests accessing webkitEntries does not crash when input type is not file');
9 var input
= document
.getElementById('input');
10 shouldEvaluateTo('input.webkitEntries.length', 0);