tor-browser

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

canvas-display-p3-settings.html.ini (640B)


      1 [canvas-display-p3-settings.html]
      2  expected:
      3    if (os == "android") and fission: [OK, TIMEOUT]
      4  [Context undefined, ImageData undefined]
      5    expected: FAIL
      6 
      7  [Context undefined, ImageData srgb]
      8    expected: FAIL
      9 
     10  [Context undefined, ImageData display-p3]
     11    expected: FAIL
     12 
     13  [Context srgb, ImageData undefined]
     14    expected: FAIL
     15 
     16  [Context srgb, ImageData srgb]
     17    expected: FAIL
     18 
     19  [Context srgb, ImageData display-p3]
     20    expected: FAIL
     21 
     22  [Context display-p3, ImageData undefined]
     23    expected: FAIL
     24 
     25  [Context display-p3, ImageData srgb]
     26    expected: FAIL
     27 
     28  [Context display-p3, ImageData display-p3]
     29    expected: FAIL