tor-browser

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

README.txt (768B)


      1 WebGPU tests that require manual intervention.
      2 
      3 Many of these test may be HTML pages rather than using the harness.
      4 
      5 Add informal notes here on possible stress tests.
      6 
      7 - Suspending or hibernating the machine.
      8 - Manually crashing or relaunching the browser's GPU process.
      9 - Triggering a GPU driver reset (TDR).
     10 - Forcibly or gracefully unplugging an external GPU.
     11 - Forcibly switching between GPUs using OS/driver settings.
     12 - Backgrounding the browser (on mobile OSes).
     13 - Moving windows between displays attached to different hardware adapters.
     14 - Moving windows between displays with different color properties (HDR/WCG).
     15 - Unplugging a laptop.
     16 - Switching between canvas and XR device output.
     17 
     18 TODO: look at dEQP (OpenGL ES and Vulkan) and WebGL for inspiration here.