chromium/third_party/blink/web_tests/svg/custom/dominant-baseline-propagation-crash.html

<!DOCTYPE html>
<style>
* { dominant-baseline: no-change; }
</style>
<svg>
  <text>a</text>
</svg>
<p>PASS if no crash</p>
<script>
if (window.testRunner)
  testRunner.dumpAsText();
</script>