tor-browser

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

mochitest.toml (2166B)


      1 [DEFAULT]
      2 support-files = [
      3  "pointerlock_utils.js",
      4  "iframe_differentDOM.html",
      5  "!/gfx/layers/apz/test/mochitest/apz_test_utils.js",
      6 ]
      7 
      8 ["test_closewindow-with-pointerlock.html"]
      9 
     10 ["test_pointerlock-api.html"]
     11 tags = "fullscreen"
     12 scheme = "https"
     13 support-files = [
     14  "file_pointerlock-api.html",
     15  "file_pointerlock-api-with-shadow.html",
     16  "file_pointerlockerror.html",
     17  "file_escapeKey.html",
     18  "file_withoutDOM.html",
     19  "file_removedFromDOM.html",
     20  "file_pointerLockPref.html",
     21  "file_nestedFullScreen.html",
     22  "file_doubleLock.html",
     23  "file_childIframe.html",
     24  "file_movementXY.html",
     25  "file_infiniteMovement.html",
     26  "file_retargetMouseEvents.html",
     27  "file_targetOutOfFocus.html",
     28  "file_screenClientXYConst.html",
     29  "file_suppressSomeMouseEvents.html",
     30  "file_locksvgelement.html",
     31  "file_allowPointerLockSandboxFlag.html",
     32  "file_changeLockElement.html",
     33 ]
     34 skip-if = [
     35  "opt", # Bug 1833142
     36  "os == 'android'", # Bug 1612553
     37  "os == 'linux' && os_version == '22.04' && arch == 'x86_64' && display == 'wayland'", # Bug 1857057
     38  "os == 'mac' && os_version == '14.70' && arch == 'x86_64' && debug", # Bug 1886190
     39 ]
     40 
     41 ["test_pointerlock_focus.html"]
     42 
     43 ["test_pointerlock_target_not_in_active_document.html"]
     44 
     45 ["test_pointerlock_xorigin_iframe.html"]
     46 support-files = [
     47  "file_pointerlock_xorigin_iframe.html",
     48  "file_pointerlock_xorigin_iframe_no_user_gesture.html",
     49  "file_pointerlock_xorigin_iframe_not_focused.html",
     50 ]
     51 skip-if = [
     52  "os == 'linux' && os_version == '22.04' && arch == 'x86_64' && display == 'wayland'", # Bug 1857057
     53 ]
     54 
     55 ["test_pointerlock_xorigin_iframe_movementXY.html"]
     56 skip-if = [
     57  "os == 'android'", # bug 1897103
     58  "os == 'linux' && os_version == '22.04' && arch == 'x86_64' && display == 'wayland'", # Bug 1857057
     59  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && opt && xorigin", # Bug 1897207
     60  "os == 'mac' && os_version == '10.15' && arch == 'x86_64' && opt", # Bug 1897207
     61  "os == 'mac' && os_version == '14.70' && arch == 'x86_64' && opt", # Bug 1897207
     62  "os == 'win' && os_version == '11.26100' && arch == 'x86_64' && opt && xorigin && verify-standalone", # Bug 1897207
     63 ]