tor-browser

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

background-position-y-computed.html.ini (682B)


      1 [background-position-y-computed.html]
      2  expected:
      3    if (os == "android") and fission: [OK, TIMEOUT]
      4  [Property background-position-y value 'y-end']
      5    expected: FAIL
      6 
      7  [Property background-position-y value '0.5em, y-start, y-end']
      8    expected: FAIL
      9 
     10  [Property background-position-y value 'calc(10px - 0.5em), top -20%, bottom 10px']
     11    expected: FAIL
     12 
     13  [Property background-position-y value 'y-start']
     14    expected: FAIL
     15 
     16  [Property background-position-y value 'calc(10px - 0.5em), -20%, 10px']
     17    expected: FAIL
     18 
     19  [Property background-position-y value '-20%, 10px']
     20    expected: FAIL
     21 
     22  [Property background-position-y value 'center, top, bottom']
     23    expected: FAIL