tor-browser

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

zoom-iframe-os-zoom.html.ini (1147B)


      1 [zoom-iframe-os-zoom.html]
      2  expected:
      3    if os == "linux" and os_version == "24.04" and processor == "x86" and display == 'x11' and asan and not fission: [OK, TIMEOUT]
      4    if os == "linux" and os_version == "24.04" and processor == "x86" and display == 'x11' and debug and not fission: [OK, TIMEOUT]
      5    if os == "linux" and os_version == "24.04" and processor == "x86_64" and display == 'x11' and asan: [OK, TIMEOUT]
      6    if os == "linux" and os_version == "24.04" and processor == "x86_64" and display == 'x11' and debug and not fission: [OK, TIMEOUT]
      7 
      8  [OS zoom doesn't stack on iframes]
      9    expected:
     10        if os == "linux" and os_version == "24.04" and processor == "x86" and display == 'x11' and asan and not fission: [PASS, TIMEOUT]
     11        if os == "linux" and os_version == "24.04" and processor == "x86" and display == 'x11' and debug and not fission: [PASS, TIMEOUT]
     12        if os == "linux" and os_version == "24.04" and processor == "x86_64" and display == 'x11' and asan: [PASS, TIMEOUT]
     13        if os == "linux" and os_version == "24.04" and processor == "x86_64" and display == 'x11' and debug and not fission: [PASS, TIMEOUT]