summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/css/css-animations/parsing/animation-shorthand.html.ini
blob: 68f7c99241e8d714124bae8b11d79dec9367f8f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
[animation-shorthand.html]
  expected:
    if (os == "android") and fission: [OK, TIMEOUT]
  [e.style['animation'\] = "anim paused both reverse, 4 1s -3s cubic-bezier(0, -2, 1, 3)" should set animation-timeline]
    expected: FAIL

  [e.style['animation'\] = "4 1s -3s cubic-bezier(0, -2, 1, 3), anim paused both reverse" should set animation-timeline]
    expected: FAIL

  [e.style['animation'\] = "anim paused both reverse 4 1s -3s cubic-bezier(0, -2, 1, 3)" should set animation-timeline]
    expected: FAIL