tor-browser

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

idlharness.window.js.ini (2529B)


      1 [idlharness.window.html]
      2  [PermissionsPolicy must be primary interface of document.permissionsPolicy]
      3    expected: FAIL
      4 
      5  [PermissionsPolicy interface object name]
      6    expected: FAIL
      7 
      8  [Document interface: document must inherit property "permissionsPolicy" with the proper type]
      9    expected: FAIL
     10 
     11  [PermissionsPolicy interface: operation allowedFeatures()]
     12    expected: FAIL
     13 
     14  [PermissionsPolicy interface: document.permissionsPolicy must inherit property "getAllowlistForFeature(DOMString)" with the proper type]
     15    expected: FAIL
     16 
     17  [PermissionsPolicy interface: operation features()]
     18    expected: FAIL
     19 
     20  [PermissionsPolicy interface: operation allowsFeature(DOMString, optional DOMString)]
     21    expected: FAIL
     22 
     23  [PermissionsPolicy interface: document.permissionsPolicy must inherit property "allowsFeature(DOMString, optional DOMString)" with the proper type]
     24    expected: FAIL
     25 
     26  [PermissionsPolicy interface: existence and properties of interface object]
     27    expected: FAIL
     28 
     29  [PermissionsPolicy interface: operation getAllowlistForFeature(DOMString)]
     30    expected: FAIL
     31 
     32  [PermissionsPolicy interface: calling getAllowlistForFeature(DOMString) on document.permissionsPolicy with too few arguments must throw TypeError]
     33    expected: FAIL
     34 
     35  [PermissionsPolicy interface: existence and properties of interface prototype object's "constructor" property]
     36    expected: FAIL
     37 
     38  [PermissionsPolicy interface: document.permissionsPolicy must inherit property "allowedFeatures()" with the proper type]
     39    expected: FAIL
     40 
     41  [PermissionsPolicy interface: existence and properties of interface prototype object's @@unscopables property]
     42    expected: FAIL
     43 
     44  [PermissionsPolicy interface: existence and properties of interface prototype object]
     45    expected: FAIL
     46 
     47  [PermissionsPolicy interface object length]
     48    expected: FAIL
     49 
     50  [PermissionsPolicy interface: calling allowsFeature(DOMString, optional DOMString) on document.permissionsPolicy with too few arguments must throw TypeError]
     51    expected: FAIL
     52 
     53  [HTMLIFrameElement interface: attribute permissionsPolicy]
     54    expected: FAIL
     55 
     56  [PermissionsPolicy interface: document.permissionsPolicy must inherit property "features()" with the proper type]
     57    expected: FAIL
     58 
     59  [Stringification of document.permissionsPolicy]
     60    expected: FAIL
     61 
     62  [Document interface: attribute permissionsPolicy]
     63    expected: FAIL
     64 
     65  [HTMLIFrameElement interface: document.createElement("iframe") must inherit property "permissionsPolicy" with the proper type]
     66    expected: FAIL