tor-browser

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

rule-break-valid.html.ini (1150B)


      1 [rule-break-valid.html]
      2  [e.style['column-rule-break'\] = "none" should set the property value]
      3    expected: FAIL
      4 
      5  [e.style['column-rule-break'\] = "spanning-item" should set the property value]
      6    expected: FAIL
      7 
      8  [e.style['column-rule-break'\] = "intersection" should set the property value]
      9    expected: FAIL
     10 
     11  [e.style['row-rule-break'\] = "none" should set the property value]
     12    expected: FAIL
     13 
     14  [e.style['row-rule-break'\] = "spanning-item" should set the property value]
     15    expected: FAIL
     16 
     17  [e.style['row-rule-break'\] = "intersection" should set the property value]
     18    expected: FAIL
     19 
     20  [e.style['rule-break'\] = "none" should set the property value]
     21    expected: FAIL
     22 
     23  [e.style['rule-break'\] = "spanning-item" should set the property value]
     24    expected: FAIL
     25 
     26  [e.style['rule-break'\] = "intersection" should set the property value]
     27    expected: FAIL
     28 
     29  [e.style['column-rule-break'\] = "auto" should set the property value]
     30    expected: FAIL
     31 
     32  [e.style['row-rule-break'\] = "auto" should set the property value]
     33    expected: FAIL
     34 
     35  [e.style['rule-break'\] = "auto" should set the property value]
     36    expected: FAIL