Sign in
fuchsia
/
third_party
/
webkit
/
refs/heads/main
/
.
/
Tools
/
TestWebKitAPI
/
Tests
/
WebKit2
/
bundle-file.html
blob: f426ebdb07603b5cc48d64a58674fc2f63d1d4a1 [
file
] [
log
] [
blame
] [
edit
]
<html>
<head>
<script>
function
testFile
(
file
)
{
if
(!(
file instanceof
File
))
return
false
;
return
true
;
}
</script>
</head>
<body>
File test.
</body>
</html>