tor-browser

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

view-timeline-shorthand.html.ini (3776B)


      1 [view-timeline-shorthand.html]
      2  [e.style['view-timeline'\] = "--abcd block auto" should set the property value]
      3    expected: FAIL
      4 
      5  [e.style['view-timeline'\] = "--abcd block auto auto" should set the property value]
      6    expected: FAIL
      7 
      8  [e.style['view-timeline'\] = "--abcd block 1px 2px" should set the property value]
      9    expected: FAIL
     10 
     11  [e.style['view-timeline'\] = "--abcd inline 1px 2px" should set the property value]
     12    expected: FAIL
     13 
     14  [e.style['view-timeline'\] = "--abcd 1px 2px inline" should set the property value]
     15    expected: FAIL
     16 
     17  [e.style['view-timeline'\] = "--abcd 1px 2px block" should set the property value]
     18    expected: FAIL
     19 
     20  [e.style['view-timeline'\] = "--abcd auto auto block" should set the property value]
     21    expected: FAIL
     22 
     23  [e.style['view-timeline'\] = "--abcd auto block" should set the property value]
     24    expected: FAIL
     25 
     26  [e.style['view-timeline'\] = "--abcd block 1px 1px" should set the property value]
     27    expected: FAIL
     28 
     29  [Property view-timeline value '--abcd block auto']
     30    expected: FAIL
     31 
     32  [Property view-timeline value '--abcd block auto auto']
     33    expected: FAIL
     34 
     35  [Property view-timeline value '--abcd block 1px 2px']
     36    expected: FAIL
     37 
     38  [Property view-timeline value '--abcd inline 1px 2px']
     39    expected: FAIL
     40 
     41  [Property view-timeline value '--abcd 1px 2px inline']
     42    expected: FAIL
     43 
     44  [Property view-timeline value '--abcd 1px 2px block']
     45    expected: FAIL
     46 
     47  [Property view-timeline value '--abcd auto auto block']
     48    expected: FAIL
     49 
     50  [Property view-timeline value '--abcd auto block']
     51    expected: FAIL
     52 
     53  [Property view-timeline value '--abcd block 1px 1px']
     54    expected: FAIL
     55 
     56  [e.style['view-timeline'\] = "--abc y" should set view-timeline-inset]
     57    expected: FAIL
     58 
     59  [e.style['view-timeline'\] = "--abc y, --def" should set view-timeline-inset]
     60    expected: FAIL
     61 
     62  [e.style['view-timeline'\] = "--abc, --def" should set view-timeline-inset]
     63    expected: FAIL
     64 
     65  [e.style['view-timeline'\] = "--inline x" should set view-timeline-inset]
     66    expected: FAIL
     67 
     68  [e.style['view-timeline'\] = "--abc 1px 2px" should set view-timeline-axis]
     69    expected: FAIL
     70 
     71  [e.style['view-timeline'\] = "--abc 1px 2px" should set view-timeline-inset]
     72    expected: FAIL
     73 
     74  [e.style['view-timeline'\] = "--abc 1px 2px" should set view-timeline-name]
     75    expected: FAIL
     76 
     77  [e.style['view-timeline'\] = "--abc 1px 2px" should not set unrelated longhands]
     78    expected: FAIL
     79 
     80  [e.style['view-timeline'\] = "--abc 1px" should set view-timeline-axis]
     81    expected: FAIL
     82 
     83  [e.style['view-timeline'\] = "--abc 1px" should set view-timeline-inset]
     84    expected: FAIL
     85 
     86  [e.style['view-timeline'\] = "--abc 1px" should set view-timeline-name]
     87    expected: FAIL
     88 
     89  [e.style['view-timeline'\] = "--abc 1px" should not set unrelated longhands]
     90    expected: FAIL
     91 
     92  [e.style['view-timeline'\] = "--abc 1px inline" should set view-timeline-axis]
     93    expected: FAIL
     94 
     95  [e.style['view-timeline'\] = "--abc 1px inline" should set view-timeline-inset]
     96    expected: FAIL
     97 
     98  [e.style['view-timeline'\] = "--abc 1px inline" should set view-timeline-name]
     99    expected: FAIL
    100 
    101  [e.style['view-timeline'\] = "--abc 1px inline" should not set unrelated longhands]
    102    expected: FAIL
    103 
    104  [Shorthand contraction of view-timeline-name:--a, --b:undefined;view-timeline-axis:inline, block:undefined;view-timeline-inset:1px 2px, 3px 3px:undefined]
    105    expected: FAIL
    106 
    107  [Shorthand contraction of view-timeline-name:--a, --b, --c:undefined;view-timeline-axis:inline, inline:undefined;view-timeline-inset:auto, auto:undefined]
    108    expected: FAIL
    109 
    110  [Shorthand contraction of view-timeline-name:--a, --b:undefined;view-timeline-axis:inline, inline, inline:undefined;view-timeline-inset:auto, auto, auto:undefined]
    111    expected: FAIL