tor-browser

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

idlharness.any.js.ini (1504B)


      1 [idlharness.any.html]
      2  [CSS namespace: attribute animationWorklet]
      3    expected: FAIL
      4 
      5  [WorkletAnimation must be primary interface of new WorkletAnimation("name")]
      6    expected: FAIL
      7 
      8  [WorkletAnimation interface: existence and properties of interface prototype object's "constructor" property]
      9    expected: FAIL
     10 
     11  [WorkletAnimation interface: existence and properties of interface prototype object]
     12    expected: FAIL
     13 
     14  [WorkletAnimation interface: new WorkletAnimation("name") must inherit property "animatorName" with the proper type]
     15    expected: FAIL
     16 
     17  [WorkletAnimation interface: existence and properties of interface prototype object's @@unscopables property]
     18    expected: FAIL
     19 
     20  [Stringification of new WorkletAnimation("name")]
     21    expected: FAIL
     22 
     23  [WorkletAnimation interface: attribute animatorName]
     24    expected: FAIL
     25 
     26  [WorkletAnimation interface: existence and properties of interface object]
     27    expected: FAIL
     28 
     29  [WorkletAnimation interface object length]
     30    expected: FAIL
     31 
     32  [WorkletAnimation interface object name]
     33    expected: FAIL
     34 
     35 
     36 [idlharness.any.worker.html]
     37  [Stringification of new WorkletAnimation("name")]
     38    expected: FAIL
     39 
     40  [WorkletAnimation must be primary interface of new WorkletAnimation("name")]
     41    expected: FAIL
     42 
     43  [WorkletAnimation interface: new WorkletAnimation("name") must not have property "animatorName"]
     44    expected: FAIL
     45 
     46  [WorkletAnimation interface: new WorkletAnimation("name") must not have property "undefined"]
     47    expected: FAIL