Sign in
webkit
/
WebKit
/
81c02085da256894a5ce7464ed600a7666ee7f34
/
.
/
LayoutTests
/
storage
/
filesystemaccess
/
sync-access-handle-close-worker.html
blob: afb087120ff3b9e0d87a6f6b8ee2d203c566ce12 [
file
] [
log
] [
blame
]
<html>
<head>
<script
src
=
"../../resources/js-test.js"
></script>
</head>
<body>
<script>
worker
=
startWorker
(
'resources/sync-access-handle-close.js'
);
</script>
</body>
</html>