blob: 3ac791df5d758792620caa443074d3e4993cac28 [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<input name="input" id="input"></input>
<script src="../../resources/js-test-pre.js"></script>
<script>
description('Tests accessing webkitEntries does not crash when input type is not file');
var input = document.getElementById('input');
shouldEvaluateTo('input.webkitEntries.length', 0);
</script>
<script src="../../resources/js-test-post.js"></script>
</body>
</html>