From 43a97878ce14b72f0981164f87f2e35e14151312 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:22:09 +0200 Subject: Adding upstream version 110.0.1. Signed-off-by: Daniel Baumann --- ...FileHandle-create-sync-access-handle.https.tentative.window.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 testing/web-platform/tests/fs/FileSystemFileHandle-create-sync-access-handle.https.tentative.window.js (limited to 'testing/web-platform/tests/fs/FileSystemFileHandle-create-sync-access-handle.https.tentative.window.js') diff --git a/testing/web-platform/tests/fs/FileSystemFileHandle-create-sync-access-handle.https.tentative.window.js b/testing/web-platform/tests/fs/FileSystemFileHandle-create-sync-access-handle.https.tentative.window.js new file mode 100644 index 0000000000..aa4d91d15d --- /dev/null +++ b/testing/web-platform/tests/fs/FileSystemFileHandle-create-sync-access-handle.https.tentative.window.js @@ -0,0 +1,8 @@ +// META: script=resources/test-helpers.js +// META: script=resources/sandboxed-fs-test-helpers.js +// META: script=resources/messaging-helpers.js +// META: script=script-tests/FileSystemFileHandle-create-sync-access-handle.js + +// This variable allows the test to differentiate between local and sandboxed +// file systems, since createSyncAccessHandle() behavior is different each one. +const file_system_type = 'sandboxed'; -- cgit v1.2.3