blob: d3f60dd5b8e43aea22ac11d84cc25afae87033ff [file] [edit]
<!DOCTYPE html>
<title>CSS Overflow: scroll-axis-lock animation</title>
<link rel="help"
href="https://drafts.csswg.org/css-overflow-5/#scroll-axis-locking">
<link rel="help"
href="https://www.w3.org/TR/web-animations/#discrete">
<meta name="assert" content="scroll-axis-lock animation type is discrete.">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/css/support/interpolation-testcommon.js"></script>
<div id="target"></div>
<script>
test_no_interpolation({
property: 'scroll-axis-lock',
from: 'auto',
to: 'none'
});
</script>