diff options
Diffstat (limited to 'tests/wpt/web-platform-tests/fs/FileSystemFileHandle-create-sync-access-handle.https.tentative.window.js')
-rw-r--r-- | tests/wpt/web-platform-tests/fs/FileSystemFileHandle-create-sync-access-handle.https.tentative.window.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/wpt/web-platform-tests/fs/FileSystemFileHandle-create-sync-access-handle.https.tentative.window.js b/tests/wpt/web-platform-tests/fs/FileSystemFileHandle-create-sync-access-handle.https.tentative.window.js index aa4d91d15da..6e20b57cb7b 100644 --- a/tests/wpt/web-platform-tests/fs/FileSystemFileHandle-create-sync-access-handle.https.tentative.window.js +++ b/tests/wpt/web-platform-tests/fs/FileSystemFileHandle-create-sync-access-handle.https.tentative.window.js @@ -2,7 +2,3 @@ // 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'; |