Sign in
webkit
/
WebKit
/
3edaba2ba8773ca7f680c84dc462d786504282f8
/
.
/
LayoutTests
/
storage
/
filesystemaccess
/
directory-handle-iteration-worker.html
blob: fb0b96952edacf724b973093955dc8300eba53e2 [
file
] [
log
] [
blame
]
<html>
<head>
<script
src
=
"../../resources/js-test.js"
></script>
</head>
<body>
<script>
worker
=
startWorker
(
'resources/directory-handle-iteration.js'
);
</script>
</body>
</html>