blob: 88197ba0d312ca15c6917dc3f0a950033ec9aac1 [file] [log] [blame]
This test passes if it doesn't crash.
<svg width="100" height="100">
<style>
circle::before { content: "foo" }
circle::after { content: "bar" }
</style>
<circle cx="50" cy="50" r="40" stroke="green" stroke-width="4" fill="yellow" />
</svg>