Sign in
webkit
/
WebKit
/
60c3f717a9141a0f8afd6e8437d26c6404e4424c
/
.
/
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>