tor-browser

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

pointerevent_pointercapture_in_frame.html.ini (1597B)


      1 [pointerevent_pointercapture_in_frame.html?touch]
      2  [Test touchpointer capture in same-origin frame: Pointer down at inner frame and set pointer capture to outer frame should not capture.]
      3    expected: FAIL
      4 
      5  [Test touchpointer capture in same-origin frame: Pointer down at outer frame body and set pointer capture in inner frame should not capture.]
      6    expected: FAIL
      7 
      8 
      9 [pointerevent_pointercapture_in_frame.html?pen]
     10  [Test penpointer capture in same-origin frame: Pointer down at inner frame and set pointer capture.]
     11    expected: FAIL
     12 
     13  [Test penpointer capture in same-origin frame: Pointer down at outer frame body and set pointer capture.]
     14    expected: FAIL
     15 
     16  [Test penpointer capture in same-origin frame: Pointerdown with set capture at inner frame, then release on next pointermove.]
     17    expected: FAIL
     18 
     19  [Test penpointer capture in same-origin frame: Pointerdown with set capture at outer frame, then release on next pointermove.]
     20    expected: FAIL
     21 
     22  [Test penpointer capture in same-origin frame: Pointer down at inner frame and set pointer capture to outer frame should not capture.]
     23    expected: FAIL
     24 
     25  [Test penpointer capture in same-origin frame: Pointer down at outer frame body and set pointer capture in inner frame should not capture.]
     26    expected: FAIL
     27 
     28 
     29 [pointerevent_pointercapture_in_frame.html?mouse]
     30  expected:
     31    if (os == "mac") and not debug: [OK, ERROR]
     32  [Test mousepointer capture in same-origin frame: Pointerdown with set capture at inner frame, then release on next pointermove.]
     33    expected:
     34      if (os == "mac") and not debug: [PASS, FAIL]