chromium/third_party/blink/web_tests/fast/block/sticky-position-containing-block-crash.html

<!DOCTYPE html>
<html>
Test passes if it does not crash.
https://bugs.webkit.org/show_bug.cgi?id=105654
<div>
  <div>
    <div>
      <i>
        <i>
          <i style="position: sticky; display: table-footer-group;">
            <span></span>
          </i>
        </i>
      </i>
    </div>
  </div>
</div>
<style>
* { position: absolute; }
</style>
<script>
if (window.testRunner)
    testRunner.dumpAsText();
</script>
</html>