blob: 8b27fb694780cfe4477627d84e80b74026c20e2f [file] [log] [blame]
<html
<head>
<style>
code:before {
content: counter(dummy,circle);
}
code:after {
content: counter(dummy,square);
}
</style>
</head>
<body>
<p>
The word "PASSED" should be shown below with a cirlce before and a square after. This is a test for WebKit bug <a href="http://bugs.webkit.org/show_bug.cgi?id=11197">11197</a>.
</p>
<code>PASSED</code>
</body>
</html>