tor-browser

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

fullscreen.py.ini (476B)


      1 [fullscreen.py]
      2  disabled:
      3    if os == "android": Not supported
      4  [test_fullscreen_twice_is_idempotent]
      5    expected:
      6      if (os == "mac") and not debug: [PASS, FAIL]
      7 
      8  [test_fullscreen_from_maximized_window]
      9    expected:
     10      if (os == "mac") and not debug: [PASS, FAIL]
     11 
     12  [test_response_payload]
     13    expected:
     14      if (os == "mac") and not debug: [PASS, FAIL]
     15 
     16  [test_fullscreen_from_normal_window]
     17    expected:
     18      if (os == "mac") and not debug: [PASS, FAIL]