tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

idlharness.https.any.js.ini (2017B)


      1 [idlharness.https.any.html]
      2  [FileSystemHandle interface: operation queryPermission(optional FileSystemHandlePermissionDescriptor)]
      3    expected: FAIL
      4 
      5  [FileSystemHandle interface: operation requestPermission(optional FileSystemHandlePermissionDescriptor)]
      6    expected: FAIL
      7 
      8  [DataTransferItem interface: operation getAsFileSystemHandle()]
      9    expected: FAIL
     10 
     11  [Window interface: operation showOpenFilePicker(optional OpenFilePickerOptions)]
     12    expected: FAIL
     13 
     14  [Window interface: operation showSaveFilePicker(optional SaveFilePickerOptions)]
     15    expected: FAIL
     16 
     17  [Window interface: operation showDirectoryPicker(optional DirectoryPickerOptions)]
     18    expected: FAIL
     19 
     20  [Window interface: window must inherit property "showOpenFilePicker(optional OpenFilePickerOptions)" with the proper type]
     21    expected: FAIL
     22 
     23  [Window interface: calling showOpenFilePicker(optional OpenFilePickerOptions) on window with too few arguments must throw TypeError]
     24    expected: FAIL
     25 
     26  [Window interface: window must inherit property "showSaveFilePicker(optional SaveFilePickerOptions)" with the proper type]
     27    expected: FAIL
     28 
     29  [Window interface: calling showSaveFilePicker(optional SaveFilePickerOptions) on window with too few arguments must throw TypeError]
     30    expected: FAIL
     31 
     32  [Window interface: window must inherit property "showDirectoryPicker(optional DirectoryPickerOptions)" with the proper type]
     33    expected: FAIL
     34 
     35  [Window interface: calling showDirectoryPicker(optional DirectoryPickerOptions) on window with too few arguments must throw TypeError]
     36    expected: FAIL
     37 
     38 
     39 [idlharness.https.any.worker.html]
     40  expected:
     41    if (os == "android") and not debug: [OK, CRASH]
     42  [FileSystemHandle interface: operation queryPermission(optional FileSystemHandlePermissionDescriptor)]
     43    expected: FAIL
     44 
     45  [FileSystemHandle interface: operation requestPermission(optional FileSystemHandlePermissionDescriptor)]
     46    expected: FAIL
     47 
     48  [idl_test setup]
     49    expected:
     50      if (os == "mac") and not debug: [PASS, FAIL]