chromium/third_party/blink/web_tests/compositing/images/content-image.html

<!DOCTYPE html>
<html>
<head>
    <style type="text/css" media="screen">
        .box {
            content: url('../resources/alpha-gradient-small.png');
            will-change: transform;
        }
    </style>
    <script type="text/javascript" charset="utf-8">
        if (window.testRunner)
            testRunner.dumpAsText();
    </script>
</head>
<body>
    <p>This test should not crash.</p>
    <div class="box"></div>
</body>
</html>