tor-browser

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

pointerevent_pointerrawupdate_in_pointerlock.https.html.ini (531B)


      1 [pointerevent_pointerrawupdate_in_pointerlock.https.html]
      2  max-asserts: 1  # in PointerEventHandler::DispatchPointerFromMouseOrTouch
      3  expected:
      4    if (os == "linux") and debug and fission: [OK, TIMEOUT]
      5    if (os == "linux") and debug and not fission: [OK, ERROR, TIMEOUT]
      6    if (os == "win") and debug: [OK, TIMEOUT]
      7    if (os == "linux") and not debug: [OK, TIMEOUT]
      8  [pointerrawupdate event received]
      9    expected:
     10      if (os == "mac") and not debug: [PASS, FAIL]
     11      if (os == "android") and not debug: [PASS, FAIL]