summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/fs/FileSystemDirectoryHandle-getFileHandle.https.any.js.ini
blob: 943d8410ae380d4eaff927debd7667fed12571f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[FileSystemDirectoryHandle-getFileHandle.https.any.html]
  expected:
    if (os == "android") and fission: [OK, TIMEOUT]
  [getFileHandle(create=false) when a directory already exists with the same name]
    expected:
      if (os == "android") and not debug: [PASS, FAIL]

  [getFileHandle(create=true) when a directory already exists with the same name]
    expected:
      if (os == "android") and not debug: [PASS, FAIL]

  [getFileHandle(create=false) with a path separator when the file exists.]
    expected:
      if os == "win": PASS
      FAIL

  [getFileHandle(create=true) with a path separator]
    expected:
      if os == "win": PASS
      FAIL


[FileSystemDirectoryHandle-getFileHandle.https.any.worker.html]
  expected:
    if (os == "android") and fission: [OK, TIMEOUT]
  [getFileHandle(create=false) when a directory already exists with the same name]
    expected:
      if (os == "android") and not debug: [PASS, FAIL]

  [getFileHandle(create=true) when a directory already exists with the same name]
    expected:
      if (os == "android") and not debug: [PASS, FAIL]

  [getFileHandle(create=false) with a path separator when the file exists.]
    expected:
      if os == "win": PASS
      FAIL

  [getFileHandle(create=true) with a path separator]
    expected:
      if os == "win": PASS
      FAIL