tor-browser

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

containing-block.html.ini (727B)


      1 [containing-block.html]
      2  [Not in containing block and not intersecting.]
      3    expected:
      4      if (os == "android") and debug and swgl: [PASS, FAIL]
      5      if (os == "android") and not debug: [PASS, FAIL]
      6 
      7  [Not in containing block and intersecting.]
      8    expected:
      9      if (os == "android") and debug and swgl: [PASS, FAIL]
     10      if (os == "android") and not debug: [PASS, FAIL]
     11 
     12  [In containing block and intersecting.]
     13    expected:
     14      if (os == "android") and debug and swgl: [PASS, FAIL]
     15      if (os == "android") and not debug: [PASS, FAIL]
     16 
     17  [In containing block and not intersecting.]
     18    expected:
     19      if (os == "android") and debug and swgl: [PASS, FAIL]
     20      if (os == "android") and not debug: [PASS, FAIL]