tor-browser

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

idlharness.https.window.js.ini (14605B)


      1 [idlharness.https.window.html]
      2  [SpeechRecognition interface: existence and properties of interface object]
      3    expected: FAIL
      4 
      5  [SpeechRecognition interface object length]
      6    expected: FAIL
      7 
      8  [SpeechRecognition interface object name]
      9    expected: FAIL
     10 
     11  [SpeechRecognition interface: existence and properties of interface prototype object]
     12    expected: FAIL
     13 
     14  [SpeechRecognition interface: existence and properties of interface prototype object's "constructor" property]
     15    expected: FAIL
     16 
     17  [SpeechRecognition interface: existence and properties of interface prototype object's @@unscopables property]
     18    expected: FAIL
     19 
     20  [SpeechRecognition interface: attribute grammars]
     21    expected: FAIL
     22 
     23  [SpeechRecognition interface: attribute lang]
     24    expected: FAIL
     25 
     26  [SpeechRecognition interface: attribute continuous]
     27    expected: FAIL
     28 
     29  [SpeechRecognition interface: attribute interimResults]
     30    expected: FAIL
     31 
     32  [SpeechRecognition interface: attribute maxAlternatives]
     33    expected: FAIL
     34 
     35  [SpeechRecognition interface: attribute processLocally]
     36    expected: FAIL
     37 
     38  [SpeechRecognition interface: attribute phrases]
     39    expected: FAIL
     40 
     41  [SpeechRecognition interface: operation start()]
     42    expected: FAIL
     43 
     44  [SpeechRecognition interface: operation start(MediaStreamTrack)]
     45    expected: FAIL
     46 
     47  [SpeechRecognition interface: operation stop()]
     48    expected: FAIL
     49 
     50  [SpeechRecognition interface: operation abort()]
     51    expected: FAIL
     52 
     53  [SpeechRecognition interface: operation available(SpeechRecognitionOptions)]
     54    expected: FAIL
     55 
     56  [SpeechRecognition interface: operation install(SpeechRecognitionOptions)]
     57    expected: FAIL
     58 
     59  [SpeechRecognition interface: attribute onaudiostart]
     60    expected: FAIL
     61 
     62  [SpeechRecognition interface: attribute onsoundstart]
     63    expected: FAIL
     64 
     65  [SpeechRecognition interface: attribute onspeechstart]
     66    expected: FAIL
     67 
     68  [SpeechRecognition interface: attribute onspeechend]
     69    expected: FAIL
     70 
     71  [SpeechRecognition interface: attribute onsoundend]
     72    expected: FAIL
     73 
     74  [SpeechRecognition interface: attribute onaudioend]
     75    expected: FAIL
     76 
     77  [SpeechRecognition interface: attribute onresult]
     78    expected: FAIL
     79 
     80  [SpeechRecognition interface: attribute onnomatch]
     81    expected: FAIL
     82 
     83  [SpeechRecognition interface: attribute onerror]
     84    expected: FAIL
     85 
     86  [SpeechRecognition interface: attribute onstart]
     87    expected: FAIL
     88 
     89  [SpeechRecognition interface: attribute onend]
     90    expected: FAIL
     91 
     92  [SpeechRecognition must be primary interface of new SpeechRecognition()]
     93    expected: FAIL
     94 
     95  [Stringification of new SpeechRecognition()]
     96    expected: FAIL
     97 
     98  [SpeechRecognition interface: new SpeechRecognition() must inherit property "grammars" with the proper type]
     99    expected: FAIL
    100 
    101  [SpeechRecognition interface: new SpeechRecognition() must inherit property "lang" with the proper type]
    102    expected: FAIL
    103 
    104  [SpeechRecognition interface: new SpeechRecognition() must inherit property "continuous" with the proper type]
    105    expected: FAIL
    106 
    107  [SpeechRecognition interface: new SpeechRecognition() must inherit property "interimResults" with the proper type]
    108    expected: FAIL
    109 
    110  [SpeechRecognition interface: new SpeechRecognition() must inherit property "maxAlternatives" with the proper type]
    111    expected: FAIL
    112 
    113  [SpeechRecognition interface: new SpeechRecognition() must inherit property "processLocally" with the proper type]
    114    expected: FAIL
    115 
    116  [SpeechRecognition interface: new SpeechRecognition() must inherit property "phrases" with the proper type]
    117    expected: FAIL
    118 
    119  [SpeechRecognition interface: new SpeechRecognition() must inherit property "start()" with the proper type]
    120    expected: FAIL
    121 
    122  [SpeechRecognition interface: new SpeechRecognition() must inherit property "start(MediaStreamTrack)" with the proper type]
    123    expected: FAIL
    124 
    125  [SpeechRecognition interface: calling start(MediaStreamTrack) on new SpeechRecognition() with too few arguments must throw TypeError]
    126    expected: FAIL
    127 
    128  [SpeechRecognition interface: new SpeechRecognition() must inherit property "stop()" with the proper type]
    129    expected: FAIL
    130 
    131  [SpeechRecognition interface: new SpeechRecognition() must inherit property "abort()" with the proper type]
    132    expected: FAIL
    133 
    134  [SpeechRecognition interface: new SpeechRecognition() must inherit property "available(SpeechRecognitionOptions)" with the proper type]
    135    expected: FAIL
    136 
    137  [SpeechRecognition interface: calling available(SpeechRecognitionOptions) on new SpeechRecognition() with too few arguments must throw TypeError]
    138    expected: FAIL
    139 
    140  [SpeechRecognition interface: new SpeechRecognition() must inherit property "install(SpeechRecognitionOptions)" with the proper type]
    141    expected: FAIL
    142 
    143  [SpeechRecognition interface: calling install(SpeechRecognitionOptions) on new SpeechRecognition() with too few arguments must throw TypeError]
    144    expected: FAIL
    145 
    146  [SpeechRecognition interface: new SpeechRecognition() must inherit property "onaudiostart" with the proper type]
    147    expected: FAIL
    148 
    149  [SpeechRecognition interface: new SpeechRecognition() must inherit property "onsoundstart" with the proper type]
    150    expected: FAIL
    151 
    152  [SpeechRecognition interface: new SpeechRecognition() must inherit property "onspeechstart" with the proper type]
    153    expected: FAIL
    154 
    155  [SpeechRecognition interface: new SpeechRecognition() must inherit property "onspeechend" with the proper type]
    156    expected: FAIL
    157 
    158  [SpeechRecognition interface: new SpeechRecognition() must inherit property "onsoundend" with the proper type]
    159    expected: FAIL
    160 
    161  [SpeechRecognition interface: new SpeechRecognition() must inherit property "onaudioend" with the proper type]
    162    expected: FAIL
    163 
    164  [SpeechRecognition interface: new SpeechRecognition() must inherit property "onresult" with the proper type]
    165    expected: FAIL
    166 
    167  [SpeechRecognition interface: new SpeechRecognition() must inherit property "onnomatch" with the proper type]
    168    expected: FAIL
    169 
    170  [SpeechRecognition interface: new SpeechRecognition() must inherit property "onerror" with the proper type]
    171    expected: FAIL
    172 
    173  [SpeechRecognition interface: new SpeechRecognition() must inherit property "onstart" with the proper type]
    174    expected: FAIL
    175 
    176  [SpeechRecognition interface: new SpeechRecognition() must inherit property "onend" with the proper type]
    177    expected: FAIL
    178 
    179  [SpeechRecognitionErrorEvent interface: existence and properties of interface object]
    180    expected: FAIL
    181 
    182  [SpeechRecognitionErrorEvent interface object length]
    183    expected: FAIL
    184 
    185  [SpeechRecognitionErrorEvent interface object name]
    186    expected: FAIL
    187 
    188  [SpeechRecognitionErrorEvent interface: existence and properties of interface prototype object]
    189    expected: FAIL
    190 
    191  [SpeechRecognitionErrorEvent interface: existence and properties of interface prototype object's "constructor" property]
    192    expected: FAIL
    193 
    194  [SpeechRecognitionErrorEvent interface: existence and properties of interface prototype object's @@unscopables property]
    195    expected: FAIL
    196 
    197  [SpeechRecognitionErrorEvent interface: attribute error]
    198    expected: FAIL
    199 
    200  [SpeechRecognitionErrorEvent interface: attribute message]
    201    expected: FAIL
    202 
    203  [SpeechRecognitionAlternative interface: existence and properties of interface object]
    204    expected: FAIL
    205 
    206  [SpeechRecognitionAlternative interface object length]
    207    expected: FAIL
    208 
    209  [SpeechRecognitionAlternative interface object name]
    210    expected: FAIL
    211 
    212  [SpeechRecognitionAlternative interface: existence and properties of interface prototype object]
    213    expected: FAIL
    214 
    215  [SpeechRecognitionAlternative interface: existence and properties of interface prototype object's "constructor" property]
    216    expected: FAIL
    217 
    218  [SpeechRecognitionAlternative interface: existence and properties of interface prototype object's @@unscopables property]
    219    expected: FAIL
    220 
    221  [SpeechRecognitionAlternative interface: attribute transcript]
    222    expected: FAIL
    223 
    224  [SpeechRecognitionAlternative interface: attribute confidence]
    225    expected: FAIL
    226 
    227  [SpeechRecognitionResult interface: existence and properties of interface object]
    228    expected: FAIL
    229 
    230  [SpeechRecognitionResult interface object length]
    231    expected: FAIL
    232 
    233  [SpeechRecognitionResult interface object name]
    234    expected: FAIL
    235 
    236  [SpeechRecognitionResult interface: existence and properties of interface prototype object]
    237    expected: FAIL
    238 
    239  [SpeechRecognitionResult interface: existence and properties of interface prototype object's "constructor" property]
    240    expected: FAIL
    241 
    242  [SpeechRecognitionResult interface: existence and properties of interface prototype object's @@unscopables property]
    243    expected: FAIL
    244 
    245  [SpeechRecognitionResult interface: attribute length]
    246    expected: FAIL
    247 
    248  [SpeechRecognitionResult interface: operation item(unsigned long)]
    249    expected: FAIL
    250 
    251  [SpeechRecognitionResult interface: attribute isFinal]
    252    expected: FAIL
    253 
    254  [SpeechRecognitionResultList interface: existence and properties of interface object]
    255    expected: FAIL
    256 
    257  [SpeechRecognitionResultList interface object length]
    258    expected: FAIL
    259 
    260  [SpeechRecognitionResultList interface object name]
    261    expected: FAIL
    262 
    263  [SpeechRecognitionResultList interface: existence and properties of interface prototype object]
    264    expected: FAIL
    265 
    266  [SpeechRecognitionResultList interface: existence and properties of interface prototype object's "constructor" property]
    267    expected: FAIL
    268 
    269  [SpeechRecognitionResultList interface: existence and properties of interface prototype object's @@unscopables property]
    270    expected: FAIL
    271 
    272  [SpeechRecognitionResultList interface: attribute length]
    273    expected: FAIL
    274 
    275  [SpeechRecognitionResultList interface: operation item(unsigned long)]
    276    expected: FAIL
    277 
    278  [SpeechRecognitionEvent interface: existence and properties of interface object]
    279    expected: FAIL
    280 
    281  [SpeechRecognitionEvent interface object length]
    282    expected: FAIL
    283 
    284  [SpeechRecognitionEvent interface object name]
    285    expected: FAIL
    286 
    287  [SpeechRecognitionEvent interface: existence and properties of interface prototype object]
    288    expected: FAIL
    289 
    290  [SpeechRecognitionEvent interface: existence and properties of interface prototype object's "constructor" property]
    291    expected: FAIL
    292 
    293  [SpeechRecognitionEvent interface: existence and properties of interface prototype object's @@unscopables property]
    294    expected: FAIL
    295 
    296  [SpeechRecognitionEvent interface: attribute resultIndex]
    297    expected: FAIL
    298 
    299  [SpeechRecognitionEvent interface: attribute results]
    300    expected: FAIL
    301 
    302  [SpeechGrammar interface: existence and properties of interface object]
    303    expected: FAIL
    304 
    305  [SpeechGrammar interface object length]
    306    expected: FAIL
    307 
    308  [SpeechGrammar interface object name]
    309    expected: FAIL
    310 
    311  [SpeechGrammar interface: existence and properties of interface prototype object]
    312    expected: FAIL
    313 
    314  [SpeechGrammar interface: existence and properties of interface prototype object's "constructor" property]
    315    expected: FAIL
    316 
    317  [SpeechGrammar interface: existence and properties of interface prototype object's @@unscopables property]
    318    expected: FAIL
    319 
    320  [SpeechGrammar interface: attribute src]
    321    expected: FAIL
    322 
    323  [SpeechGrammar interface: attribute weight]
    324    expected: FAIL
    325 
    326  [SpeechGrammar must be primary interface of new SpeechGrammar()]
    327    expected: FAIL
    328 
    329  [Stringification of new SpeechGrammar()]
    330    expected: FAIL
    331 
    332  [SpeechGrammar interface: new SpeechGrammar() must inherit property "src" with the proper type]
    333    expected: FAIL
    334 
    335  [SpeechGrammar interface: new SpeechGrammar() must inherit property "weight" with the proper type]
    336    expected: FAIL
    337 
    338  [SpeechGrammarList interface: existence and properties of interface object]
    339    expected: FAIL
    340 
    341  [SpeechGrammarList interface object length]
    342    expected: FAIL
    343 
    344  [SpeechGrammarList interface object name]
    345    expected: FAIL
    346 
    347  [SpeechGrammarList interface: existence and properties of interface prototype object]
    348    expected: FAIL
    349 
    350  [SpeechGrammarList interface: existence and properties of interface prototype object's "constructor" property]
    351    expected: FAIL
    352 
    353  [SpeechGrammarList interface: existence and properties of interface prototype object's @@unscopables property]
    354    expected: FAIL
    355 
    356  [SpeechGrammarList interface: attribute length]
    357    expected: FAIL
    358 
    359  [SpeechGrammarList interface: operation item(unsigned long)]
    360    expected: FAIL
    361 
    362  [SpeechGrammarList interface: operation addFromURI(DOMString, optional float)]
    363    expected: FAIL
    364 
    365  [SpeechGrammarList interface: operation addFromString(DOMString, optional float)]
    366    expected: FAIL
    367 
    368  [SpeechGrammarList must be primary interface of new SpeechGrammarList()]
    369    expected: FAIL
    370 
    371  [Stringification of new SpeechGrammarList()]
    372    expected: FAIL
    373 
    374  [SpeechGrammarList interface: new SpeechGrammarList() must inherit property "length" with the proper type]
    375    expected: FAIL
    376 
    377  [SpeechGrammarList interface: new SpeechGrammarList() must inherit property "item(unsigned long)" with the proper type]
    378    expected: FAIL
    379 
    380  [SpeechGrammarList interface: calling item(unsigned long) on new SpeechGrammarList() with too few arguments must throw TypeError]
    381    expected: FAIL
    382 
    383  [SpeechGrammarList interface: new SpeechGrammarList() must inherit property "addFromURI(DOMString, optional float)" with the proper type]
    384    expected: FAIL
    385 
    386  [SpeechGrammarList interface: calling addFromURI(DOMString, optional float) on new SpeechGrammarList() with too few arguments must throw TypeError]
    387    expected: FAIL
    388 
    389  [SpeechGrammarList interface: new SpeechGrammarList() must inherit property "addFromString(DOMString, optional float)" with the proper type]
    390    expected: FAIL
    391 
    392  [SpeechGrammarList interface: calling addFromString(DOMString, optional float) on new SpeechGrammarList() with too few arguments must throw TypeError]
    393    expected: FAIL
    394 
    395  [SpeechRecognitionPhrase interface: existence and properties of interface object]
    396    expected: FAIL
    397 
    398  [SpeechRecognitionPhrase interface object length]
    399    expected: FAIL
    400 
    401  [SpeechRecognitionPhrase interface object name]
    402    expected: FAIL
    403 
    404  [SpeechRecognitionPhrase interface: existence and properties of interface prototype object]
    405    expected: FAIL
    406 
    407  [SpeechRecognitionPhrase interface: existence and properties of interface prototype object's "constructor" property]
    408    expected: FAIL
    409 
    410  [SpeechRecognitionPhrase interface: existence and properties of interface prototype object's @@unscopables property]
    411    expected: FAIL
    412 
    413  [SpeechRecognitionPhrase interface: attribute phrase]
    414    expected: FAIL
    415 
    416  [SpeechRecognitionPhrase interface: attribute boost]
    417    expected: FAIL