tor-browser

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

pointerevent_after_target_appended.html.ini (3707B)


      1 [pointerevent_after_target_appended.html?mouse]
      2 
      3 [pointerevent_after_target_appended.html?pen]
      4  [pointer events from pen received before/after child attached at pointerdown]
      5    expected: FAIL
      6 
      7  [pointer events from pen received before/after child attached at pointerup]
      8    expected: FAIL
      9 
     10  [pointer events from pen received before/after child moved at pointerdown]
     11    expected: FAIL
     12 
     13  [pointer events from pen received before/after child moved at pointerup]
     14    expected: FAIL
     15 
     16  [mouse events from pen received before/after child attached at mousedown]
     17    expected: FAIL
     18 
     19  [mouse events from pen received before/after child attached at mouseup]
     20    expected: FAIL
     21 
     22  [mouse events from pen received before/after child moved at mousedown]
     23    expected: FAIL
     24 
     25  [mouse events from pen received before/after child moved at mouseup]
     26    expected: FAIL
     27 
     28 
     29 [pointerevent_after_target_appended.html?touch]
     30  expected:
     31    if (os == "win") and debug and (processor == "x86_64"): [OK, TIMEOUT]
     32    if (os == "win") and debug and (processor == "x86"): [OK, TIMEOUT]
     33    if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
     34    if os == "mac": [TIMEOUT, OK]
     35  [pointer events from touch received before/after child attached at pointerdown]
     36    expected:
     37      if (os == "win") and (processor == "x86_64"): [FAIL, TIMEOUT]
     38      FAIL
     39 
     40  [pointer events from touch received before/after child attached at pointerup]
     41    expected:
     42      if (os == "win") and (processor == "x86_64") and debug: [FAIL, TIMEOUT, NOTRUN]
     43      if (os == "win") and (processor == "x86_64") and not debug: [FAIL, NOTRUN]
     44      FAIL
     45 
     46  [pointer events from touch received before/after child moved at pointerdown]
     47    expected:
     48      if (os == "win") and (processor == "x86") and debug: [FAIL, TIMEOUT]
     49      if (os == "win") and (processor == "x86_64"): [FAIL, NOTRUN]
     50      if os == "mac": [FAIL, TIMEOUT]
     51      FAIL
     52 
     53  [pointer events from touch received before/after child moved at pointerup]
     54    expected:
     55      if (os == "win") and debug and (processor == "x86_64"): [FAIL, NOTRUN]
     56      if (os == "win") and debug and (processor == "x86"): [FAIL, TIMEOUT, NOTRUN]
     57      if (os == "win") and not debug and (processor == "x86_64"): [FAIL, NOTRUN]
     58      if os == "mac": [FAIL, TIMEOUT, NOTRUN]
     59      FAIL
     60 
     61  [mouse events from touch received before/after child attached at mousedown]
     62    expected:
     63      if (os == "win") and debug and (processor == "x86_64"): [PASS, NOTRUN]
     64      if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN]
     65      if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
     66      if (os == "linux") and not fission: [PASS, FAIL]
     67      if os == "mac": [TIMEOUT, PASS, NOTRUN]
     68 
     69  [mouse events from touch received before/after child moved at mouseup]
     70    expected:
     71      if (os == "win") and debug and (processor == "x86_64"): [PASS, NOTRUN]
     72      if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN]
     73      if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
     74      if os == "mac": NOTRUN
     75 
     76  [mouse events from touch received before/after child attached at mouseup]
     77    expected:
     78      if (os == "win") and (processor == "x86") and debug: [PASS, NOTRUN, TIMEOUT]
     79      if (os == "win") and (processor == "x86_64"): [PASS, NOTRUN]
     80      if os == "mac": [NOTRUN, TIMEOUT]
     81 
     82  [mouse events from touch received before/after child moved at mousedown]
     83    expected:
     84      if (os == "win") and debug and (processor == "x86_64"): [PASS, NOTRUN]
     85      if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN]
     86      if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
     87      if os == "mac": NOTRUN