tor-browser

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

word-space-transform-valid.html.ini (795B)


      1 [word-space-transform-valid.html]
      2  [e.style['word-space-transform'\] = "none" should set the property value]
      3    expected: FAIL
      4 
      5  [e.style['word-space-transform'\] = "space" should set the property value]
      6    expected: FAIL
      7 
      8  [e.style['word-space-transform'\] = "ideographic-space" should set the property value]
      9    expected: FAIL
     10 
     11  [e.style['word-space-transform'\] = "space auto-phrase" should set the property value]
     12    expected: FAIL
     13 
     14  [e.style['word-space-transform'\] = "ideographic-space auto-phrase" should set the property value]
     15    expected: FAIL
     16 
     17  [e.style['word-space-transform'\] = "auto-phrase space" should set the property value]
     18    expected: FAIL
     19 
     20  [e.style['word-space-transform'\] = "auto-phrase ideographic-space" should set the property value]
     21    expected: FAIL