summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/file-system-access/local_FileSystemFileHandle-create-sync-access-handle-manual.https.tentative.html
blob: 4641b13a45bd42d64e96a27e92cc7bdc57325965 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!doctype html>
<meta charset=utf-8>

<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/resources/testdriver.js"></script>
<script src="/resources/testdriver-vendor.js"></script>
<script src="resources/test-helpers.js"></script>
<script src="resources/local-fs-test-helpers.js"></script>
<script src="resources/messaging-helpers.js"></script>
<script src="../fs/script-tests/FileSystemFileHandle-create-sync-access-handle.js"></script>

<script>
  //This variable allows the test to differentiate between local and sandboxed
  //file systems, since createSyncAccessHandle() behavior is different each one.
  const file_system_type = "local";
</script>