tor-browser

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

object-view-box-parsing.html.ini (746B)


      1 [object-view-box-parsing.html]
      2  expected:
      3    if (os == "android") and fission: [OK, TIMEOUT]
      4  [e.style['object-view-box'\] = "inset(10%)" should set the property value]
      5    expected: FAIL
      6 
      7  [e.style['object-view-box'\] = "inset(10px 20px 30px 40px)" should set the property value]
      8    expected: FAIL
      9 
     10  [e.style['object-view-box'\] = "rect(1px 10% 100px 50%)" should set the property value]
     11    expected: FAIL
     12 
     13  [e.style['object-view-box'\] = "rect(auto auto auto auto)" should set the property value]
     14    expected: FAIL
     15 
     16  [e.style['object-view-box'\] = "rect(auto 5px auto 10%)" should set the property value]
     17    expected: FAIL
     18 
     19  [e.style['object-view-box'\] = "xywh(1px 10% 100px 50%)" should set the property value]
     20    expected: FAIL