tor-browser

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

embedded-img.html.ini (828B)


      1 [embedded-img.html]
      2  disabled:
      3    if os == "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1845961
      4    if os == "mac": https://bugzilla.mozilla.org/show_bug.cgi?id=1845961
      5  expected:
      6    if (os == "win") and not debug and ccov: OK
      7    if (os == "linux") and not debug and not asan and not tsan: [TIMEOUT, OK]
      8    if os == "android": OK
      9    [OK, TIMEOUT]
     10  [Page with <object type=image/png data=/images/blue.png>]
     11    expected:
     12      if (os == "win") and not debug and ccov: PASS
     13      if (os == "linux") and not debug and not asan and not tsan: [NOTRUN, PASS, TIMEOUT]
     14      if os == "android": PASS
     15      [PASS, TIMEOUT]
     16 
     17  [Page with <embed type=image/png src=/images/blue.png>]
     18    expected:
     19      if not asan and fission and not debug and not tsan: TIMEOUT
     20      if asan and not fission: [PASS, PRECONDITION_FAILED]