haikuwebkit/LayoutTests/fast/css/animation-pseudo-style-chan...

16 lines
185 B
HTML

<style>
child::after {
display: block;
border: 2px solid green;
width: 200px;
height: 50px;
content: "after";
}
</style>
<container>
<child>
</child>
</container>