tor-browser

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

scroll-behavior-element.html.ini (2311B)


      1 [scroll-behavior-element.html]
      2  [Element with auto scroll-behavior ; scroll() with smooth behavior]
      3    expected: [PASS, FAIL]
      4 
      5  [Element with smooth scroll-behavior ; scrollBy() with auto behavior]
      6    expected:
      7      if os == "linux": [PASS, FAIL]
      8 
      9  [Element with smooth scroll-behavior ; scrollTo() with auto behavior]
     10    expected:
     11      if (os == "win") and debug: [PASS, FAIL]
     12      if (os == "mac") and debug: [PASS, FAIL]
     13      if os == "linux": [PASS, FAIL]
     14 
     15  [Element with smooth scroll-behavior ; scroll() with default behavior]
     16    expected:
     17      if os == "linux": [PASS, FAIL]
     18 
     19  [Element with smooth scroll-behavior ; scrollIntoView() with default behavior]
     20    expected:
     21      if os == "linux": [PASS, FAIL]
     22 
     23  [Element with auto scroll-behavior ; scrollIntoView() with smooth behavior]
     24    expected:
     25      if debug and (os == "linux") and not fission: [PASS, FAIL]
     26      if debug and (os == "mac"): [PASS, FAIL]
     27 
     28  [Element with smooth scroll-behavior ; scrollIntoView() with auto behavior]
     29    expected:
     30      if debug and not fission: [PASS, FAIL]
     31 
     32  [Element with smooth scroll-behavior ; scroll() with auto behavior]
     33    expected:
     34      if debug and (os == "linux") and not fission: [PASS, FAIL]
     35      if debug and (os == "mac"): [PASS, FAIL]
     36      if debug and (os == "android"): [PASS, FAIL]
     37 
     38  [Element with smooth scroll-behavior ; scroll() with smooth behavior]
     39    expected:
     40      if (os == "linux") and debug and not fission: [PASS, FAIL]
     41 
     42  [Element with smooth scroll-behavior ; scrollTo() with smooth behavior]
     43    expected:
     44      if debug and not fission: [PASS, FAIL]
     45 
     46  [Element with smooth scroll-behavior ; scrollBy() with smooth behavior]
     47    expected:
     48      if (os == "linux") and debug and not fission: [PASS, FAIL]
     49 
     50  [Element with smooth scroll-behavior ; scrollBy() with default behavior]
     51    expected:
     52      if (os == "linux") and debug and not fission: [PASS, FAIL]
     53 
     54  [Element with smooth scroll-behavior ; scrollTo() with default behavior]
     55    expected:
     56      if debug and (os == "linux") and fission: [PASS, FAIL]
     57      if debug and (os == "mac"): [PASS, FAIL]
     58 
     59  [Element with auto scroll-behavior ; scrollBy() with smooth behavior]
     60    expected:
     61      if debug and (os == "linux") and not fission: [PASS, FAIL]
     62      if debug and (os == "mac"): [PASS, FAIL]