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