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