Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test has a WPT meta file that expects 42 subtest issues.
- This WPT test may be referenced by the following Test IDs:
- /css/css-overflow/scroll-axis-lock-interpolation.html - WPT Dashboard Interop Dashboard
<!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>