<!DOCTYPE html>
<link rel="help" href="http://bugs.webkit.org/show_bug.cgi?id=11197">
<html
<head>
<style>
code:before {
content: counter(dummy,circle);
}
code:after {
content: counter(dummy,square);
}
</style>
</head>
<body>
<code>PASSED</code>
</body>
</html>