chromium/third_party/blink/web_tests/fast/css/parse-border-image-repeat-null-crash.html

<html>
    <div id="foo" style="border-image: url(images/shadow-border.png) stretch 10;">This test should not crash</div>
    <script>
    console.log(document.getElementById("foo").style.cssText);
    if (window.testRunner)
        testRunner.dumpAsText();
    </script>
</html>