5 font-family: '-webkit-monospace';
9 /* Match Mac OS X's font fallback behavior on Windows */
12 font-family: '-webkit-monospace';
13 src: local('Lucida Grande');
14 /* black square and white bullet */
15 unicode-range: U+
25A0, U+
25E6;
19 content: counter(dummy,circle);
22 content: counter(dummy,square);
28 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>.