tor-browser

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

fetch-canvas-tainting-video-with-range-request.https.html.ini (857B)


      1 [fetch-canvas-tainting-video-with-range-request.https.html]
      2  expected:
      3    if (os == "android") and not debug: [OK, ERROR]
      4  [range responses from multiple origins (cross-origin first)]
      5    expected:
      6      if os == "android": FAIL
      7 
      8  [range responses from single origin with both opaque and non-opaque responses]
      9    expected:
     10      if (os == "win") and (processor == "x86_64") and not debug: [FAIL, PASS, TIMEOUT]
     11      if (os == "android") and not debug and sessionHistoryInParent: [PASS, FAIL]
     12      if (os == "android") and not debug and not sessionHistoryInParent: [PASS, FAIL]
     13      if (os == "win") and (processor == "x86"): [FAIL, PASS]
     14      if (os == "mac") and not debug: [FAIL, PASS]
     15      if (os == "android") and debug: [FAIL, PASS]
     16      FAIL
     17 
     18  [synth and cross-origin fallback range responses]
     19    expected:
     20      if os == "android": FAIL