tor-browser

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

interactive-content.html.ini (7850B)


      1 prefs: [apz.zoom-to-focused-input.enabled:false]
      2 [interactive-content.html]
      3  bug: 1709960
      4  expected:
      5    if not debug and (os == "android"): [OK, CRASH]
      6    if debug: OK
      7    [TIMEOUT, OK]
      8  [Clicking an SVG <a> link doesn't open <details>]
      9    expected: FAIL
     10 
     11  [Clicking an <input type=date> doesn't open <details>]
     12    expected:
     13      if (os == "win") and debug: [PASS, NOTRUN]
     14      if (os == "win") and not debug: [NOTRUN, PASS, TIMEOUT]
     15      if (os == "mac") and not debug: NOTRUN
     16      if (os == "linux") and not debug: [PASS, TIMEOUT]
     17      if os == "android": [PASS, FAIL]
     18 
     19  [Clicking an <input type=number> doesn't open <details>]
     20    expected:
     21      if (os == "win") and debug: [PASS, NOTRUN]
     22      if (os == "win") and not debug: [NOTRUN, PASS]
     23      if (os == "mac") and not debug: NOTRUN
     24      if (os == "linux") and not debug: NOTRUN
     25      if os == "android": [PASS, FAIL]
     26 
     27  [Clicking an <input type=color> doesn't open <details>]
     28    expected:
     29      if (os == "win") and debug: [PASS, NOTRUN]
     30      if (os == "win") and not debug: [NOTRUN, PASS]
     31      if (os == "mac") and not debug: NOTRUN
     32      if (os == "linux") and not debug: NOTRUN
     33 
     34  [Clicking an <input type=file> doesn't open <details>]
     35    expected:
     36      if not debug and (os == "android"): [FAIL, NOTRUN]
     37      if debug: [FAIL, NOTRUN]
     38      [NOTRUN, FAIL]
     39 
     40  [Clicking a <label> doesn't open <details>]
     41    expected:
     42      if (os == "win") and debug: [PASS, NOTRUN]
     43      if (os == "win") and not debug: [NOTRUN, PASS]
     44      if (os == "mac") and not debug: NOTRUN
     45      if (os == "linux") and not debug: NOTRUN
     46 
     47  [Clicking in a <textarea> doesn't open <details>]
     48    expected:
     49      if (os == "win") and debug: [PASS, NOTRUN]
     50      if (os == "win") and not debug: [NOTRUN, PASS]
     51      if (os == "mac") and not debug: NOTRUN
     52      if (os == "linux") and not debug: NOTRUN
     53 
     54  [Clicking a <video> doesn't open <details>]
     55    expected:
     56      if (os == "win") and not debug: [NOTRUN, PASS, TIMEOUT]
     57      if (os == "mac") and not debug: NOTRUN
     58      if (os == "linux") and not debug: NOTRUN
     59 
     60  [Clicking an <input type=radio> doesn't open <details>]
     61    expected:
     62      if (os == "win") and debug: [PASS, NOTRUN]
     63      if (os == "win") and not debug: [NOTRUN, PASS]
     64      if (os == "mac") and not debug: NOTRUN
     65      if (os == "linux") and not debug: NOTRUN
     66 
     67  [Clicking an <input type=image> doesn't open <details>]
     68    expected:
     69      if (os == "win") and debug: [PASS, NOTRUN]
     70      if (os == "win") and not debug: [NOTRUN, PASS]
     71      if (os == "mac") and not debug: NOTRUN
     72      if (os == "linux") and not debug: NOTRUN
     73 
     74  [Clicking an <input type=datetime-local> doesn't open <details>]
     75    expected:
     76      if (os == "win") and debug: [PASS, NOTRUN]
     77      if (os == "win") and not debug: [NOTRUN, PASS]
     78      if (os == "mac") and not debug: NOTRUN
     79      if (os == "linux") and not debug: [NOTRUN, TIMEOUT]
     80      if (os == "android") and not debug: [PASS, FAIL]
     81 
     82  [Clicking in an <iframe> doesn't open <details>]
     83    expected:
     84      if not debug and (os == "android"): [PASS, TIMEOUT]
     85      if debug: [PASS, TIMEOUT]
     86      [PASS, TIMEOUT, NOTRUN]
     87 
     88  [Clicking an <input type=password> doesn't open <details>]
     89    expected:
     90      if (os == "win") and debug: [PASS, TIMEOUT, NOTRUN]
     91      if (os == "win") and not debug: [NOTRUN, PASS, TIMEOUT]
     92      if (os == "mac") and not debug: NOTRUN
     93 
     94  [Clicking an <input type=url> doesn't open <details>]
     95    expected:
     96      if (os == "win") and debug: [PASS, NOTRUN]
     97      if (os == "win") and not debug: [NOTRUN, PASS, TIMEOUT]
     98      if (os == "mac") and not debug: NOTRUN
     99      if (os == "linux") and not debug: [PASS, TIMEOUT, NOTRUN]
    100 
    101  [Clicking an <input type=button> doesn't open <details>]
    102    expected:
    103      if (os == "mac") and not debug: [NOTRUN, PASS, TIMEOUT]
    104      if (os == "linux") and not debug: [PASS, NOTRUN]
    105      if os == "win": [PASS, NOTRUN]
    106 
    107  [Clicking an <input type=reset> doesn't open <details>]
    108    expected:
    109      if (os == "mac") and not debug: [NOTRUN, PASS, TIMEOUT]
    110      if (os == "linux") and not debug: [PASS, NOTRUN]
    111      if os == "win": [PASS, NOTRUN]
    112 
    113  [Clicking an <input type=time> doesn't open <details>]
    114    expected:
    115      if (os == "win") and debug: [PASS, NOTRUN]
    116      if (os == "win") and not debug: [NOTRUN, PASS]
    117      if (os == "mac") and not debug: NOTRUN
    118      if (os == "linux") and not debug: [TIMEOUT, PASS, NOTRUN]
    119 
    120  [Clicking an <input type=month> doesn't open <details>]
    121    expected:
    122      if (os == "win") and debug: [PASS, NOTRUN]
    123      if (os == "win") and not debug: [NOTRUN, PASS, TIMEOUT]
    124      if (os == "mac") and not debug: NOTRUN
    125      if (os == "linux") and not debug: [PASS, TIMEOUT, NOTRUN]
    126 
    127  [Clicking an <input type=search> doesn't open <details>]
    128    expected:
    129      if (os == "win") and debug: [PASS, NOTRUN]
    130      if (os == "win") and not debug: [NOTRUN, PASS, TIMEOUT]
    131      if (os == "mac") and not debug: NOTRUN
    132      if (os == "linux") and not debug: [PASS, TIMEOUT, NOTRUN]
    133 
    134  [Clicking an <img> without a 'usemap' attribute opens <details>]
    135    expected:
    136      if (os == "mac") and not debug: [NOTRUN, PASS, TIMEOUT]
    137      if (os == "linux") and not debug: [PASS, NOTRUN]
    138      if os == "win": [PASS, NOTRUN]
    139 
    140  [Clicking an <input type=text> doesn't open <details>]
    141    expected:
    142      if (os == "win") and debug: [PASS, NOTRUN]
    143      if (os == "win") and not debug: [TIMEOUT, PASS, NOTRUN]
    144      if (os == "mac") and not debug: [NOTRUN, TIMEOUT]
    145      if (os == "linux") and not debug: [PASS, TIMEOUT, NOTRUN]
    146 
    147  [Clicking the content of an <embed> doesn't open <details>]
    148    expected:
    149      if (os == "win") and not debug: [PASS, TIMEOUT]
    150      if (os == "mac") and not debug: [PASS, TIMEOUT]
    151 
    152  [Clicking an <input type=submit> doesn't open <details>]
    153    expected:
    154      if (os == "mac") and not debug: [NOTRUN, PASS, TIMEOUT]
    155      if (os == "linux") and not debug: [PASS, NOTRUN]
    156      if os == "win": [PASS, NOTRUN]
    157 
    158  [Clicking an <input type=week> doesn't open <details>]
    159    expected:
    160      if (os == "win") and debug: [PASS, NOTRUN]
    161      if (os == "win") and not debug: [NOTRUN, PASS]
    162      if (os == "mac") and not debug: NOTRUN
    163      if (os == "linux") and not debug: [PASS, TIMEOUT, NOTRUN]
    164 
    165  [Clicking an <input type=tel> doesn't open <details>]
    166    expected:
    167      if (os == "win") and debug: [PASS, NOTRUN]
    168      if (os == "win") and not debug: [NOTRUN, PASS, TIMEOUT]
    169      if (os == "mac") and not debug: NOTRUN
    170      if (os == "linux") and not debug: [PASS, TIMEOUT, NOTRUN]
    171 
    172  [Clicking an <input type=email> doesn't open <details>]
    173    expected:
    174      if (os == "win") and debug: [PASS, NOTRUN]
    175      if (os == "win") and not debug: [NOTRUN, PASS, TIMEOUT]
    176      if (os == "mac") and not debug: NOTRUN
    177      if (os == "linux") and not debug: [PASS, TIMEOUT, NOTRUN]
    178 
    179  [Clicking an <img> with a 'usemap' attribute doesn't open <details>]
    180    expected:
    181      if (os == "mac") and not debug: [TIMEOUT, PASS, NOTRUN]
    182      if (os == "linux") and not debug: [PASS, NOTRUN]
    183      if os == "win": [PASS, NOTRUN]
    184 
    185  [Clicking an <input type=checkbox> doesn't open <details>]
    186    expected:
    187      if (os == "win") and debug: [PASS, NOTRUN]
    188      if (os == "win") and not debug: [NOTRUN, PASS]
    189      if (os == "mac") and not debug: NOTRUN
    190      if (os == "linux") and not debug: NOTRUN
    191 
    192  [Clicking an <input type=range> doesn't open <details>]
    193    expected:
    194      if (os == "win") and debug: [PASS, NOTRUN]
    195      if (os == "win") and not debug: [NOTRUN, PASS]
    196      if (os == "mac") and not debug: NOTRUN
    197      if (os == "linux") and not debug: NOTRUN
    198 
    199  [Clicking a <button> doesn't open <details>]
    200    expected:
    201      if (os == "linux") and not debug: [PASS, TIMEOUT, NOTRUN]
    202 
    203  [Clicking on non-interactive child of a <summary> opens its <details>]
    204    expected:
    205      if (os == "mac") and not debug: [PASS, FAIL]