tor-browser

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

idlharness.window.js.ini (6519B)


      1 [idlharness.window.html]
      2  [AnimationTimeline interface: operation play(optional AnimationEffect?)]
      3    expected: FAIL
      4 
      5  [AnimationTimeline interface: document.timeline must inherit property "play(optional AnimationEffect?)" with the proper type]
      6    expected: FAIL
      7 
      8  [AnimationTimeline interface: calling play(optional AnimationEffect?) on document.timeline with too few arguments must throw TypeError]
      9    expected: FAIL
     10 
     11  [AnimationEffect interface: attribute parent]
     12    expected: FAIL
     13 
     14  [AnimationEffect interface: attribute previousSibling]
     15    expected: FAIL
     16 
     17  [AnimationEffect interface: attribute nextSibling]
     18    expected: FAIL
     19 
     20  [AnimationEffect interface: operation before(AnimationEffect...)]
     21    expected: FAIL
     22 
     23  [AnimationEffect interface: operation after(AnimationEffect...)]
     24    expected: FAIL
     25 
     26  [AnimationEffect interface: operation replace(AnimationEffect...)]
     27    expected: FAIL
     28 
     29  [AnimationEffect interface: operation remove()]
     30    expected: FAIL
     31 
     32  [AnimationEffect interface: new KeyframeEffect(null, null) must inherit property "parent" with the proper type]
     33    expected: FAIL
     34 
     35  [AnimationEffect interface: new KeyframeEffect(null, null) must inherit property "previousSibling" with the proper type]
     36    expected: FAIL
     37 
     38  [AnimationEffect interface: new KeyframeEffect(null, null) must inherit property "nextSibling" with the proper type]
     39    expected: FAIL
     40 
     41  [AnimationEffect interface: new KeyframeEffect(null, null) must inherit property "before(AnimationEffect...)" with the proper type]
     42    expected: FAIL
     43 
     44  [AnimationEffect interface: calling before(AnimationEffect...) on new KeyframeEffect(null, null) with too few arguments must throw TypeError]
     45    expected: FAIL
     46 
     47  [AnimationEffect interface: new KeyframeEffect(null, null) must inherit property "after(AnimationEffect...)" with the proper type]
     48    expected: FAIL
     49 
     50  [AnimationEffect interface: calling after(AnimationEffect...) on new KeyframeEffect(null, null) with too few arguments must throw TypeError]
     51    expected: FAIL
     52 
     53  [AnimationEffect interface: new KeyframeEffect(null, null) must inherit property "replace(AnimationEffect...)" with the proper type]
     54    expected: FAIL
     55 
     56  [AnimationEffect interface: calling replace(AnimationEffect...) on new KeyframeEffect(null, null) with too few arguments must throw TypeError]
     57    expected: FAIL
     58 
     59  [AnimationEffect interface: new KeyframeEffect(null, null) must inherit property "remove()" with the proper type]
     60    expected: FAIL
     61 
     62  [GroupEffect interface: existence and properties of interface object]
     63    expected: FAIL
     64 
     65  [GroupEffect interface object length]
     66    expected: FAIL
     67 
     68  [GroupEffect interface object name]
     69    expected: FAIL
     70 
     71  [GroupEffect interface: existence and properties of interface prototype object]
     72    expected: FAIL
     73 
     74  [GroupEffect interface: existence and properties of interface prototype object's "constructor" property]
     75    expected: FAIL
     76 
     77  [GroupEffect interface: existence and properties of interface prototype object's @@unscopables property]
     78    expected: FAIL
     79 
     80  [GroupEffect interface: attribute children]
     81    expected: FAIL
     82 
     83  [GroupEffect interface: attribute firstChild]
     84    expected: FAIL
     85 
     86  [GroupEffect interface: attribute lastChild]
     87    expected: FAIL
     88 
     89  [GroupEffect interface: operation clone()]
     90    expected: FAIL
     91 
     92  [GroupEffect interface: operation prepend(AnimationEffect...)]
     93    expected: FAIL
     94 
     95  [GroupEffect interface: operation append(AnimationEffect...)]
     96    expected: FAIL
     97 
     98  [AnimationNodeList interface: existence and properties of interface object]
     99    expected: FAIL
    100 
    101  [AnimationNodeList interface object length]
    102    expected: FAIL
    103 
    104  [AnimationNodeList interface object name]
    105    expected: FAIL
    106 
    107  [AnimationNodeList interface: existence and properties of interface prototype object]
    108    expected: FAIL
    109 
    110  [AnimationNodeList interface: existence and properties of interface prototype object's "constructor" property]
    111    expected: FAIL
    112 
    113  [AnimationNodeList interface: existence and properties of interface prototype object's @@unscopables property]
    114    expected: FAIL
    115 
    116  [AnimationNodeList interface: attribute length]
    117    expected: FAIL
    118 
    119  [AnimationNodeList interface: operation item(unsigned long)]
    120    expected: FAIL
    121 
    122  [SequenceEffect interface: existence and properties of interface object]
    123    expected: FAIL
    124 
    125  [SequenceEffect interface object length]
    126    expected: FAIL
    127 
    128  [SequenceEffect interface object name]
    129    expected: FAIL
    130 
    131  [SequenceEffect interface: existence and properties of interface prototype object]
    132    expected: FAIL
    133 
    134  [SequenceEffect interface: existence and properties of interface prototype object's "constructor" property]
    135    expected: FAIL
    136 
    137  [SequenceEffect interface: existence and properties of interface prototype object's @@unscopables property]
    138    expected: FAIL
    139 
    140  [SequenceEffect interface: operation clone()]
    141    expected: FAIL
    142 
    143  [AnimationTimeline interface: attribute duration]
    144    expected: FAIL
    145 
    146  [AnimationTimeline interface: document.timeline must inherit property "duration" with the proper type]
    147    expected: FAIL
    148 
    149  [AnimationTimeline interface: document.timeline must inherit property "currentTime" with the proper type]
    150    expected: FAIL
    151 
    152  [idl_test setup]
    153    expected:
    154      if (processor == "x86") and not debug: [PASS, FAIL]
    155 
    156  [Animation interface: attribute trigger]
    157    expected: FAIL
    158 
    159  [Animation interface: new Animation() must inherit property "trigger" with the proper type]
    160    expected: FAIL
    161 
    162  [AnimationTrigger interface: existence and properties of interface object]
    163    expected: FAIL
    164 
    165  [AnimationTrigger interface object length]
    166    expected: FAIL
    167 
    168  [AnimationTrigger interface object name]
    169    expected: FAIL
    170 
    171  [AnimationTrigger interface: existence and properties of interface prototype object]
    172    expected: FAIL
    173 
    174  [AnimationTrigger interface: existence and properties of interface prototype object's "constructor" property]
    175    expected: FAIL
    176 
    177  [AnimationTrigger interface: existence and properties of interface prototype object's @@unscopables property]
    178    expected: FAIL
    179 
    180  [AnimationTrigger interface: attribute behavior]
    181    expected: FAIL
    182 
    183  [AnimationTrigger interface: attribute timeline]
    184    expected: FAIL
    185 
    186  [AnimationTrigger interface: attribute rangeEnd]
    187    expected: FAIL
    188 
    189  [AnimationTrigger interface: attribute exitRangeStart]
    190    expected: FAIL
    191 
    192  [AnimationTrigger interface: attribute rangeStart]
    193    expected: FAIL
    194 
    195  [AnimationTrigger interface: attribute exitRangeEnd]
    196    expected: FAIL