Sign in
webkit
/
WebKit
/
7da9358be6e516995933e60cccdc53109c6f35ed
/
.
/
LayoutTests
/
storage
/
filesystemaccess
/
file-handle-getfile-worker.html
blob: 8ab8482de26a85a635f5bdb257e1b2561372f5d2 [
file
] [
log
] [
blame
]
<html>
<head>
<script
src
=
"../../resources/js-test.js"
></script>
</head>
<body>
<script>
worker
=
startWorker
(
'resources/file-handle-getfile.js'
);
</script>
</body>
</html>