chromium/third_party/blink/web_tests/fast/css/first-letter-all-inherit-td-crash-expected.html

<!DOCTYPE html>
<style>
.clean {
  all: inherit;
  font-size: 3em;
  text-decoration: underline;
  display: inline;
}
</style>

<p>Test passes if it does not CRASH.</p>
<table>
  <td><span class="clean">1.</span>3</td>
</table>