tor-browser

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

text-align-all-valid.html.ini (735B)


      1 [text-align-all-valid.html]
      2  expected:
      3    if (os == "android") and fission: [OK, TIMEOUT]
      4  [e.style['text-align-all'\] = "match-parent" should set the property value]
      5    expected: FAIL
      6 
      7  [e.style['text-align-all'\] = "left" should set the property value]
      8    expected: FAIL
      9 
     10  [e.style['text-align-all'\] = "center" should set the property value]
     11    expected: FAIL
     12 
     13  [e.style['text-align-all'\] = "start" should set the property value]
     14    expected: FAIL
     15 
     16  [e.style['text-align-all'\] = "end" should set the property value]
     17    expected: FAIL
     18 
     19  [e.style['text-align-all'\] = "right" should set the property value]
     20    expected: FAIL
     21 
     22  [e.style['text-align-all'\] = "justify" should set the property value]
     23    expected: FAIL