chromium/third_party/blink/web_tests/fast/overflow/generated-content-crash.html

<html>
        <head>
    <title>Reduction of bug 10198
        </title>
        <style type="text/css">

.clearFix:after {
    content: "."; 
    display: block; 
    overflow: hidden;
}

        </style>
        <script type="text/javascript">
           if (window.testRunner)
               testRunner.dumpAsText();
        </script>
        </head>
        <body>
           <p>
               Test case for <i><a href="https://bugs.webkit.org/show_bug.cgi?id=10198">https://bugs.webkit.org/show_bug.cgi?id=10198</a>
               REGRESSION: WebKit r15750 crashes while loading anthem.com</i>.
           </p>
           <p>
               No crash means test PASS.
           </p>
                <div class="clearFix">
        </body>
</html>