tor-browser

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

animation-trigger-parsing.tentative.html.ini (3754B)


      1 [animation-trigger-parsing.tentative.html]
      2  [e.style['animation-trigger'\] = "initial" should set the property value]
      3    expected: FAIL
      4 
      5  [e.style['animation-trigger'\] = "inherit" should set the property value]
      6    expected: FAIL
      7 
      8  [e.style['animation-trigger'\] = "unset" should set the property value]
      9    expected: FAIL
     10 
     11  [e.style['animation-trigger'\] = "revert" should set the property value]
     12    expected: FAIL
     13 
     14  [e.style['animation-trigger'\] = "none" should set the property value]
     15    expected: FAIL
     16 
     17  [e.style['animation-trigger'\] = "none, none" should set the property value]
     18    expected: FAIL
     19 
     20  [Property animation-trigger value 'none']
     21    expected: FAIL
     22 
     23  [Property animation-trigger value 'none, none']
     24    expected: FAIL
     25 
     26  [Property animation-trigger value '--foo play, --bar pause']
     27    expected: FAIL
     28 
     29  [e.style['animation-trigger'\] = "--abc play" should set the property value]
     30    expected: FAIL
     31 
     32  [e.style['animation-trigger'\] = "--aBc play --abc play --aBc play" should set the property value]
     33    expected: FAIL
     34 
     35  [Property animation-trigger value '--bar play, --foo pause']
     36    expected: FAIL
     37 
     38  [Property animation-trigger value '  --abc play']
     39    expected: FAIL
     40 
     41  [e.style['animation-trigger'\] = "--aBc-dEf play" should set the property value]
     42    expected: FAIL
     43 
     44  [e.style['animation-trigger'\] = "  --abc play" should set the property value]
     45    expected: FAIL
     46 
     47  [Property animation-trigger value '--aBc play --abc play --aBc play']
     48    expected: FAIL
     49 
     50  [e.style['animation-trigger'\] = " --abc play --bcd reset --cde pause --def play-backwards" should set the property value]
     51    expected: FAIL
     52 
     53  [e.style['animation-trigger'\] = "--abc play --abc play-pause" should set the property value]
     54    expected: FAIL
     55 
     56  [e.style['animation-trigger'\] = "--aBc play pause" should set the property value]
     57    expected: FAIL
     58 
     59  [Property animation-trigger value '  --abc play --abc play']
     60    expected: FAIL
     61 
     62  [e.style['animation-trigger'\] = "--foo play pause, --bar play pause" should set the property value]
     63    expected: FAIL
     64 
     65  [e.style['animation-trigger'\] = "--abc play --bcd play-pause, --cde play-alternate --def play reset" should set the property value]
     66    expected: FAIL
     67 
     68  [e.style['animation-trigger'\] = "--aBc play --abc play-forwards, --aBc play-backwards" should set the property value]
     69    expected: FAIL
     70 
     71  [Property animation-trigger value '--abc play --abc play']
     72    expected: FAIL
     73 
     74  [Property animation-trigger value '--aBc play']
     75    expected: FAIL
     76 
     77  [Property animation-trigger value '--abc play --bcd pause, --abc play --bcd play']
     78    expected: FAIL
     79 
     80  [Property animation-trigger value '--aBc play, --aBc reset']
     81    expected: FAIL
     82 
     83  [Property animation-trigger value '--a play, none, --b play']
     84    expected: FAIL
     85 
     86  [e.style['animation-trigger'\] = "---aBc play" should set the property value]
     87    expected: FAIL
     88 
     89  [Property animation-trigger value '--aBc play --abc play']
     90    expected: FAIL
     91 
     92  [e.style['animation-trigger'\] = "--aBc play" should set the property value]
     93    expected: FAIL
     94 
     95  [Property animation-trigger value '--abc play --bcd play, --cde play --def play']
     96    expected: FAIL
     97 
     98  [Property animation-trigger value '--abc play']
     99    expected: FAIL
    100 
    101  [Property animation-trigger value '---abc play']
    102    expected: FAIL
    103 
    104  [Property animation-trigger value '  --abc play --bcd play']
    105    expected: FAIL
    106 
    107  [e.style['animation-trigger'\] = "---aBc-dEf play" should set the property value]
    108    expected: FAIL
    109 
    110  [e.style['animation-trigger'\] = "--bar play reset, --foo play reset" should set the property value]
    111    expected: FAIL
    112 
    113  [e.style['animation-trigger'\] = "--a play pause, none, --b play reset" should set the property value]
    114    expected: FAIL