tor-browser

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

scroll-to-text-fragment.html.ini (1354B)


      1 [scroll-to-text-fragment.html]
      2  [Test navigation with fragment: Text directive should horizontally scroll into view.]
      3    expected:
      4      if os == "android": [FAIL, PASS]
      5 
      6  [Test navigation with fragment: Text directive should match when context terms are separated by node boundaries.]
      7    expected:
      8      if (os == "android") and debug: [PASS, FAIL]
      9      if (os == "android") and not debug: [PASS, FAIL]
     10 
     11  [Test navigation with fragment: Generic fragment directive with existing element fragment should scroll to element.]
     12    expected:
     13      if os == "android": [PASS, FAIL]
     14 
     15  [Test navigation with fragment: Multiple match text directive disambiguated by prefix and suffix should match the text with the given context.]
     16    expected:
     17      if (os == "android") and debug: [PASS, FAIL]
     18 
     19  [Test navigation with fragment: Multiple match text directive disambiguated by suffix should match the suffixed text.]
     20    expected:
     21      if (os == "android") and debug: [PASS, FAIL]
     22 
     23  [Test navigation with fragment: Non-matching text directive with existing element fragment should scroll to element.]
     24    expected:
     25      if (os == "android") and debug: [PASS, FAIL]
     26 
     27  [Test navigation with fragment: Multiple match text directive disambiguated by prefix should match the prefixed text.]
     28    expected:
     29      if (os == "android") and debug: [PASS, FAIL]