chromium/third_party/blink/web_tests/fast/css-generated-content/015.html

<head>
        <style>
            form {display: inline}
            .clear:after {content: "."}
            .clear {display:table}
        </style>
</head>

<body>
    
    <div class="clear">
        <form>
            <h3>There should be a fourth dot bellow...</h3>
        </form>
    </div>

</body>
</html>