summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/css-generated-content/015.html
blob: 6fc72fe0b8f905e0a7b612cef740d03f43f4334f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<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>