1[sandboxed_FileSystemBaseHandle-remove.https.any.html]
2  [remove() to remove a file]
3    expected: FAIL
4
5  [remove() on an already removed file should fail]
6    expected: FAIL
7
8  [remove() to remove an empty directory]
9    expected: FAIL
10
11  [remove() on an already removed directory should fail]
12    expected: FAIL
13
14  [remove() on a non-empty directory should fail]
15    expected: FAIL
16
17  [remove() on a directory recursively should delete all sub-items]
18    expected: FAIL
19
20  [remove() on a file should ignore the recursive option]
21    expected: FAIL
22
23  [cannot remove the root of a sandbox file system]
24    expected: FAIL
25
26  [remove() while the file has an open writable fails]
27    expected: FAIL
28
29
30[sandboxed_FileSystemBaseHandle-remove.https.any.worker.html]
31  [remove() to remove a file]
32    expected: FAIL
33
34  [remove() on an already removed file should fail]
35    expected: FAIL
36
37  [remove() to remove an empty directory]
38    expected: FAIL
39
40  [remove() on an already removed directory should fail]
41    expected: FAIL
42
43  [remove() on a non-empty directory should fail]
44    expected: FAIL
45
46  [remove() on a directory recursively should delete all sub-items]
47    expected: FAIL
48
49  [remove() on a file should ignore the recursive option]
50    expected: FAIL
51
52  [cannot remove the root of a sandbox file system]
53    expected: FAIL
54
55  [remove() while the file has an open writable fails]
56    expected: FAIL
57