chromium/third_party/blink/web_tests/fast/filesystem/workers/sync-operations.html

<html>
<head>
<script src="../../../resources/js-test.js"></script>
</head>
<body>
<script>
worker = startWorker('../resources/sync-operations.js');
</script>
</body>
</html>