blob: 6044f65ae6b21ad675627aa105e333a253318b7f [file] [log] [blame] [edit]
// META: script=resources/test-helpers.js
// META: script=../fs/resources/sandboxed-fs-test-helpers.js
// META: script=script-tests/FileSystemBaseHandle-remove.js
directory_test(async (t, root) => {
await promise_rejects_dom(t, 'InvalidStateError', root.remove());
}, 'cannot remove the root of a sandbox file system');