tor-browser

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

block-step-valid.html.ini (3208B)


      1 [block-step-valid.html]
      2  [e.style['block-step'\] = "none" should set the property value]
      3    expected: FAIL
      4 
      5  [e.style['block-step'\] = "auto" should set the property value]
      6    expected: FAIL
      7 
      8  [e.style['block-step'\] = "margin-box" should set the property value]
      9    expected: FAIL
     10 
     11  [e.style['block-step'\] = "up" should set the property value]
     12    expected: FAIL
     13 
     14  [e.style['block-step'\] = "none auto" should set the property value]
     15    expected: FAIL
     16 
     17  [e.style['block-step'\] = "none margin-box" should set the property value]
     18    expected: FAIL
     19 
     20  [e.style['block-step'\] = "none up" should set the property value]
     21    expected: FAIL
     22 
     23  [e.style['block-step'\] = "auto none" should set the property value]
     24    expected: FAIL
     25 
     26  [e.style['block-step'\] = "auto margin-box" should set the property value]
     27    expected: FAIL
     28 
     29  [e.style['block-step'\] = "auto up" should set the property value]
     30    expected: FAIL
     31 
     32  [e.style['block-step'\] = "margin-box none" should set the property value]
     33    expected: FAIL
     34 
     35  [e.style['block-step'\] = "margin-box auto" should set the property value]
     36    expected: FAIL
     37 
     38  [e.style['block-step'\] = "margin-box up" should set the property value]
     39    expected: FAIL
     40 
     41  [e.style['block-step'\] = "up none" should set the property value]
     42    expected: FAIL
     43 
     44  [e.style['block-step'\] = "up auto" should set the property value]
     45    expected: FAIL
     46 
     47  [e.style['block-step'\] = "up margin-box" should set the property value]
     48    expected: FAIL
     49 
     50  [e.style['block-step'\] = "auto up margin-box" should set the property value]
     51    expected: FAIL
     52 
     53  [e.style['block-step'\] = "none auto up margin-box" should set the property value]
     54    expected: FAIL
     55 
     56  [e.style['block-step'\] = "padding-box" should set the property value]
     57    expected: FAIL
     58 
     59  [e.style['block-step'\] = "content-box" should set the property value]
     60    expected: FAIL
     61 
     62  [e.style['block-step'\] = "100px" should set the property value]
     63    expected: FAIL
     64 
     65  [e.style['block-step'\] = "center" should set the property value]
     66    expected: FAIL
     67 
     68  [e.style['block-step'\] = "start" should set the property value]
     69    expected: FAIL
     70 
     71  [e.style['block-step'\] = "end" should set the property value]
     72    expected: FAIL
     73 
     74  [e.style['block-step'\] = "down" should set the property value]
     75    expected: FAIL
     76 
     77  [e.style['block-step'\] = "nearest" should set the property value]
     78    expected: FAIL
     79 
     80  [e.style['block-step'\] = "none padding-box up" should set the property value]
     81    expected: FAIL
     82 
     83  [e.style['block-step'\] = "content-box 100px up" should set the property value]
     84    expected: FAIL
     85 
     86  [e.style['block-step'\] = "content-box start 100px" should set the property value]
     87    expected: FAIL
     88 
     89  [e.style['block-step'\] = "100px center down padding-box" should set the property value]
     90    expected: FAIL
     91 
     92  [e.style['block-step'\] = "start 100px" should set the property value]
     93    expected: FAIL
     94 
     95  [e.style['block-step'\] = "end 100px" should set the property value]
     96    expected: FAIL
     97 
     98  [e.style['block-step'\] = "end nearest 100px" should set the property value]
     99    expected: FAIL
    100 
    101  [e.style['block-step'\] = "center content-box 100px" should set the property value]
    102    expected: FAIL