chromium/third_party/blink/web_tests/fast/css/invalid-parsercontext-valid-keyword-crash.svg

<svg xmlns="http://www.w3.org/2000/svg">
    <!-- This test passes if there is no crash. -->
    <rect>
	    <animate attributeName="display" to="bevel"></animate>
    </rect>

    <text x="10" y="20">Excellent - did not crash. See bug https://bugs.webkit.org/show_bug.cgi?id=105275</text>
    <script>
        if (window.testRunner)
            testRunner.dumpAsText();
    </script>
</svg>