blob: f426ebdb07603b5cc48d64a58674fc2f63d1d4a1 [file] [log] [blame]
<html>
<head>
<script>
function testFile(file)
{
if (!(file instanceof File))
return false;
return true;
}
</script>
</head>
<body>
File test.
</body>
</html>