chromium/third_party/blink/web_tests/paint/invalidation/table/display-table-row-crash.html

<!doctype HTML>
Passes if no crash.
<style>
   div {
        -webkit-box-reflect: below;
</style>
<div id="splitter"></div>
<script>
if (window.testRunner)
    testRunner.dumpAsText();
document.getElementById("splitter").style.display = "table-row";
</script>