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

<html>
<head>
    <title></title>
    <script>
        if (window.testRunner)
            testRunner.dumpAsText();
    </script>
</head>
<body>
    <p>
        Test for crash discovered with -webkit-border-image.  If this text appears, the test passed.
    </p>
    <p>
        <div style="-webkit-border-image: url(resources/greenbox.png) 0 7 0 13 / 0 7 0 13 stretch stretch; width:100; height:100;"></div></p>
</body>
</html>