tor-browser

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

idlharness.window.js.ini (4712B)


      1 [idlharness.window.html]
      2  expected:
      3    if (os == "win") and not debug and (processor == "x86_64"): [OK, CRASH]
      4  [Document interface: document must inherit property "ontouchcancel" with the proper type]
      5    expected:
      6      if os == "android": PASS
      7      FAIL
      8 
      9  [GlobalEventHandlers interface: document.body must inherit property "ontouchend" with the proper type]
     10    expected:
     11      if os == "android": PASS
     12      FAIL
     13 
     14  [GlobalEventHandlers interface: window must inherit property "ontouchend" with the proper type]
     15    expected: FAIL
     16 
     17  [GlobalEventHandlers interface: document.body must inherit property "ontouchmove" with the proper type]
     18    expected:
     19      if os == "android": PASS
     20      FAIL
     21 
     22  [Window interface: attribute ontouchend]
     23    expected:
     24      if os == "android": PASS
     25      FAIL
     26 
     27  [Touch interface: new Touch({identifier: 1, target: document}) must inherit property "altitudeAngle" with the proper type]
     28    expected: FAIL
     29 
     30  [GlobalEventHandlers interface: document must inherit property "ontouchmove" with the proper type]
     31    expected:
     32      if os == "android": PASS
     33      FAIL
     34 
     35  [GlobalEventHandlers interface: window must inherit property "ontouchmove" with the proper type]
     36    expected: FAIL
     37 
     38  [Touch interface: attribute azimuthAngle]
     39    expected: FAIL
     40 
     41  [GlobalEventHandlers interface: document must inherit property "ontouchstart" with the proper type]
     42    expected:
     43      if os == "android": PASS
     44      FAIL
     45 
     46  [Window interface: attribute ontouchcancel]
     47    expected:
     48      if os == "android": PASS
     49      FAIL
     50 
     51  [HTMLElement interface: attribute ontouchend]
     52    expected:
     53      if os == "android": PASS
     54      FAIL
     55 
     56  [Document interface: document must inherit property "ontouchend" with the proper type]
     57    expected:
     58      if os == "android": PASS
     59      FAIL
     60 
     61  [Touch interface: attribute touchType]
     62    expected: FAIL
     63 
     64  [GlobalEventHandlers interface: document.body must inherit property "ontouchstart" with the proper type]
     65    expected:
     66      if os == "android": PASS
     67      FAIL
     68 
     69  [HTMLElement interface: attribute ontouchstart]
     70    expected:
     71      if os == "android": PASS
     72      FAIL
     73 
     74  [Window interface: attribute ontouchmove]
     75    expected:
     76      if os == "android": PASS
     77      FAIL
     78 
     79  [HTMLElement interface: attribute ontouchmove]
     80    expected:
     81      if os == "android": PASS
     82      FAIL
     83 
     84  [Touch interface: new Touch({identifier: 1, target: document}) must inherit property "touchType" with the proper type]
     85    expected: FAIL
     86 
     87  [GlobalEventHandlers interface: window must inherit property "ontouchstart" with the proper type]
     88    expected: FAIL
     89 
     90  [Document interface: attribute ontouchend]
     91    expected:
     92      if os == "android": PASS
     93      FAIL
     94 
     95  [Document interface: document must inherit property "ontouchstart" with the proper type]
     96    expected:
     97      if os == "android": PASS
     98      FAIL
     99 
    100  [GlobalEventHandlers interface: document.body must inherit property "ontouchcancel" with the proper type]
    101    expected:
    102      if os == "android": PASS
    103      FAIL
    104 
    105  [Window interface: attribute ontouchstart]
    106    expected:
    107      if os == "android": PASS
    108      FAIL
    109 
    110  [Touch interface: attribute altitudeAngle]
    111    expected: FAIL
    112 
    113  [Document interface: attribute ontouchcancel]
    114    expected:
    115      if os == "android": PASS
    116      FAIL
    117 
    118  [Document interface: attribute ontouchstart]
    119    expected:
    120      if os == "android": PASS
    121      FAIL
    122 
    123  [Document interface: document must inherit property "ontouchmove" with the proper type]
    124    expected:
    125      if os == "android": PASS
    126      FAIL
    127 
    128  [GlobalEventHandlers interface: document must inherit property "ontouchend" with the proper type]
    129    expected:
    130      if os == "android": PASS
    131      FAIL
    132 
    133  [Document interface: attribute ontouchmove]
    134    expected:
    135      if os == "android": PASS
    136      FAIL
    137 
    138  [GlobalEventHandlers interface: document must inherit property "ontouchcancel" with the proper type]
    139    expected:
    140      if os == "android": PASS
    141      FAIL
    142 
    143  [HTMLElement interface: attribute ontouchcancel]
    144    expected:
    145      if os == "android": PASS
    146      FAIL
    147 
    148  [Touch interface: new Touch({identifier: 1, target: document}) must inherit property "azimuthAngle" with the proper type]
    149    expected: FAIL
    150 
    151  [GlobalEventHandlers interface: window must inherit property "ontouchcancel" with the proper type]
    152    expected: FAIL
    153 
    154  [TouchEvent interface: operation getModifierState(DOMString)]
    155    expected: FAIL
    156 
    157  [TouchEvent interface: new TouchEvent("name") must inherit property "getModifierState(DOMString)" with the proper type]
    158    expected: FAIL
    159 
    160  [TouchEvent interface: calling getModifierState(DOMString) on new TouchEvent("name") with too few arguments must throw TypeError]
    161    expected: FAIL