blob: eee693939ecbae52cb994fd31138a02d9bca137c [file] [log] [blame]
<!DOCTYPE html>
<meta charset="UTF-8">
<body>
<script src="resources/interpolation-test.js"></script>
<script>
assertInterpolation({
property: 'shape-image-threshold',
from: '0.5',
to: '1'
}, [
{at: -1.5, is: '0'},
{at: -0.5, is: '0.25'},
{at: 0, is: '0.5'},
{at: 0.5, is: '0.75'},
{at: 1, is: '1'},
{at: 1.5, is: '1'}
]);
</script>
</body>