summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/css/css-easing/linear-timing-functions-syntax.tentative.html.ini
blob: 91851d9b523929ef1946bb6cdf67c64749ba27c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
prefs: [layout.css.linear-easing-function.enabled:true]
[linear-timing-functions-syntax.tentative.html]
  expected:
    if (os == "android") and fission: [OK, TIMEOUT]
  [e.style['animation-timing-function'\] = "linear(0, 0.5 25% 75%, 1 100% 100%)" should set the property value]
    expected: FAIL

  [e.style['animation-timing-function'\] = "linear(0, 1.3, 1, 0.92, 1, 0.99, 1, 1.004, 0.998, 1 100% 100%)" should set the property value]
    expected: FAIL

  [e.style['animation-timing-function'\] = "linear(0 0% 100%)" should not set the property value]
    expected: FAIL

  [e.style['animation-timing-function'\] = "linear(0% 100% 0)" should not set the property value]
    expected: FAIL