blob: ea7c37079ac5ba3b9bfa2ff9df859251cd127267 [file] [log] [blame]
<style>
child::after {
display: block;
border: 2px solid green;
width: 200px;
height: 50px;
content: "after";
}
</style>
<container>
<child>
</child>
</container>