summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/css/css-transitions/parsing/transition-shorthand.html.ini
blob: e112487133b0e148a81b1cc11bfac9a5b8de2402 (plain)
1
2
3
4
5
6
7
8
9
[transition-shorthand.html]
  [e.style['transition'\] = "1s -3s cubic-bezier(0, -2, 1, 3) top" should set transition-behavior]
    expected: FAIL

  [e.style['transition'\] = "1s -3s, cubic-bezier(0, -2, 1, 3) top" should set transition-behavior]
    expected: FAIL

  [e.style['transition'\] = "cubic-bezier(0, -2, 1, 3) top, 1s -3s" should set transition-behavior]
    expected: FAIL