tor-browser

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

media.html.ini (560B)


      1 [media.html]
      2  expected:
      3    if isolated_process: CRASH
      4  bug: 1709960
      5  [Should not load audio with dangling markup in URL]
      6    expected:
      7      if (processor == "x86") and (os == "linux"): [FAIL, PASS]
      8      FAIL
      9 
     10  [Should not load video with dangling markup in URL]
     11    expected:
     12      if (processor == "x86") and (os == "linux"): [FAIL, PASS]
     13      FAIL
     14 
     15  [Should load video]
     16    expected:
     17      if (processor == "x86") and (os == "linux"): [PASS, FAIL]
     18 
     19  [Should load audio]
     20    expected:
     21      if (processor == "x86") and (os == "linux"): [PASS, FAIL]