tor-browser

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

at-container-stuck-parsing.html.ini (1266B)


      1 [at-container-stuck-parsing.html]
      2  [Query condition should be valid: scroll-state(stuck)]
      3    expected: FAIL
      4 
      5  [Query condition should be valid: scroll-state(stuck: none)]
      6    expected: FAIL
      7 
      8  [Query condition should be valid: scroll-state(stuck: top)]
      9    expected: FAIL
     10 
     11  [Query condition should be valid: scroll-state(stuck: left)]
     12    expected: FAIL
     13 
     14  [Query condition should be valid: scroll-state(stuck: bottom)]
     15    expected: FAIL
     16 
     17  [Query condition should be valid: scroll-state(stuck: right)]
     18    expected: FAIL
     19 
     20  [Query condition should be valid: scroll-state(stuck: block-start)]
     21    expected: FAIL
     22 
     23  [Query condition should be valid: scroll-state(stuck: block-end)]
     24    expected: FAIL
     25 
     26  [Query condition should be valid: scroll-state(stuck: inline-start)]
     27    expected: FAIL
     28 
     29  [Query condition should be valid: scroll-state(stuck: inline-end)]
     30    expected: FAIL
     31 
     32  [Query condition should be valid: (scroll-state(stuck: top))]
     33    expected: FAIL
     34 
     35  [Query condition should be valid: scroll-state((stuck: top))]
     36    expected: FAIL
     37 
     38  [Query condition should be valid: scroll-state(not ((stuck: top) and (stuck: bottom)))]
     39    expected: FAIL
     40 
     41  [Query condition should be valid: scroll-state((stuck: right) or (stuck: left))]
     42    expected: FAIL