Source code

Revision control

Copy as Markdown

Other Tools

Test Info: Warnings

<!DOCTYPE html>
<title>CSS Overflow: scroll-axis-lock animation</title>
<link rel="help"
<link rel="help"
<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>