tor-browser

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

dashed-function-named-arg.tentative.html.ini (894B)


      1 [dashed-function-named-arg.tentative.html]
      2  [e.style['top'\] = "--func(myident)" should set the property value]
      3    expected: FAIL
      4 
      5  [e.style['top'\] = "--func(--myident)" should set the property value]
      6    expected: FAIL
      7 
      8  [e.style['top'\] = "--func(--)" should set the property value]
      9    expected: FAIL
     10 
     11  [e.style['top'\] = "--func(50px --myident:)" should set the property value]
     12    expected: FAIL
     13 
     14  [e.style['top'\] = "--func({--myident:})" should set the property value]
     15    expected: FAIL
     16 
     17  [e.style['top'\] = "--func({ --myident:})" should set the property value]
     18    expected: FAIL
     19 
     20  [e.style['top'\] = "--func({--myident :})" should set the property value]
     21    expected: FAIL
     22 
     23  [e.style['top'\] = "--func({--myident: })" should set the property value]
     24    expected: FAIL
     25 
     26  [e.style['top'\] = "--func(10px, { --myident : })" should set the property value]
     27    expected: FAIL