1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.0 Transitional//EN">
5 <style type=
"text/css">
6 #target:first-letter
{ color: blue
; }
9 <script type=
"text/javascript">
12 var target
= document
.getElementById("target");
13 target
.style
.visibility
='hidden';
18 <body onload=
"test()">
20 Test for
<a href=
"http://bugs.webkit.org/show_bug.cgi?id=13169">
21 http://bugs.webkit.org/show_bug.cgi?id=
13169
23 css-formatted first letter won't hide dynamically
26 The next line of text should become invisible, including first letter.
28 <div id=
"target">Click to hide
</div>