Sign in
webkit
/
WebKit
/
bd9ea4a5474a3d7a80a4f79c542279d7b8a087a0
/
.
/
LayoutTests
/
http
/
tests
/
resources
/
delete-temp-file-iframe.html
blob: a77c8d15e5d42ca0f9e119577c4e65a3b790803b [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<script
src
=
"/local/fileapi/resources/temp-file-utils.js"
></script>
<script>
const
tempFileName
=
"test.tmp"
;
removeTempFile
(
tempFileName
);
</script>
</body>
</html>