chromium/third_party/blink/web_tests/fast/deprecated-flexbox/crash-anonymous-box.html

<!DOCTYPE html>
<html><head>
<script>
if (window.testRunner)
    testRunner.dumpAsText();
</script>

</head><body>
<p>This shouldn't crash.</p>

<button style="display: -webkit-box;">Button</button>

</body></html>