3 <title>shape-image-threshold interpolation</title>
4 <link rel="help" href="https://drafts.csswg.org/css-shapes/#shape-image-threshold-property">
5 <meta name="assert" content="shape-image-threshold supports animation by computed value">
7 <script src="/resources/testharness.js"></script>
8 <script src="/resources/testharnessreport.js"></script>
9 <script src="/css/support/interpolation-testcommon.js"></script>
13 shape-image-threshold: 0.4;
16 shape-image-threshold: 0.6;
24 property: 'shape-image-threshold',
25 from: neutralKeyframe,
28 {at: -1.5, expect: '0.3'},
29 {at: -0.5, expect: '0.5'},
30 {at: 0, expect: '0.6'},
31 {at: 0.5, expect: '0.7'},
32 {at: 1, expect: '0.8'},
33 {at: 1.5, expect: '0.9'},
37 property: 'shape-image-threshold',
41 {at: -1.5, expect: '0'},
42 {at: -0.5, expect: '0'},
44 {at: 0.5, expect: '0.4'},
45 {at: 1, expect: '0.8'},
46 {at: 1.5, expect: '1'},
50 property: 'shape-image-threshold',
54 {at: -1.5, expect: '0'},
55 {at: -0.5, expect: '0.2'},
56 {at: 0, expect: '0.4'},
57 {at: 0.5, expect: '0.6'},
58 {at: 1, expect: '0.8'},
59 {at: 1.5, expect: '1'},
63 property: 'shape-image-threshold',
67 {at: -1.5, expect: '0'},
68 {at: -0.5, expect: '0'},
70 {at: 0.5, expect: '0.4'},
71 {at: 1, expect: '0.8'},
72 {at: 1.5, expect: '1'},
76 property: 'shape-image-threshold',
80 {at: -1.5, expect: '0'},
81 {at: -0.5, expect: '0.25'},
82 {at: 0, expect: '0.5'},
83 {at: 0.5, expect: '0.75'},
85 {at: 1.5, expect: '1'}