chromium/third_party/blink/web_tests/animations/responsive/interpolation/text-indent-responsive.html

<!DOCTYPE html>
<script src="resources/responsive-test.js"></script>
<script>
assertCSSResponsive({
  property: 'text-indent',
  from: 'inherit',
  to: '200px',
  configurations: [{
    state: {inherited: '100px'},
    expect: [
      {at: 0.25, is: '125px'},
      {at: 0.75, is: '175px'},
    ],
  }],
});
</script>