1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01//EN">
4 <meta http-equiv=
"Content-Style-Type" content=
"text/css"></meta>
5 <style type=
"text/css">
6 body
{ white-space: nowrap
; }
7 div
{ -webkit-text-security: disc
; }
8 #test span:before
{ counter-reset: c
; content: counter
(c
); }
13 <p>The following two lines should look the same:
</p>
15 <div id=
"test"><span></span></div>