chromium/third_party/blink/web_tests/fast/css-generated-content/text-before-table-col-crash.html

<html>
    <head>
        <style>
            div::before { 
                display: table-column-group; 
                content: "Before Generated Content"
            }
        </style>
        <script>
            if (window.testRunner)
                testRunner.dumpAsText();
        </script>
    </head>
    <body>
        <div>
            PASS
        </div>
    </body>
</html>