chromium/third_party/blink/web_tests/fast/css/background-norepeat-crash.html

<html>
<head>
    <title></title>
    <script>
        if (window.testRunner)
            testRunner.dumpAsText();
    </script>
</head>
<body style="background:url(),url(); background-repeat:no-repeat;">
    <script>document.body.style.getPropertyValue("background")</script>
    <p>
        Test for crash when retrieving the implicit "background" property value with "background-repeat: no-repeat" (https://bugs.webkit.org/show_bug.cgi?id=49055). If this text appears, the test has passed.
    </p>
</body>
</html>