1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
layer at (0,0) size 800x600
LayoutView at (0,0) size 800x600
layer at (0,0) size 800x600
LayoutBlockFlow {HTML} at (0,0) size 800x600
LayoutBlockFlow {BODY} at (8,8) size 784x584
LayoutBlockFlow {P} at (0,0) size 784x18
LayoutText {#text} at (0,0) size 54x17
text run at (0,0) width 54: "Test for "
LayoutInline {A} at (0,0) size 300x17 [color=#0000EE]
LayoutText {#text} at (53,0) size 300x17
text run at (53,0) width 300: "http://bugs.webkit.org/show_bug.cgi?id=4104 "
LayoutText {#text} at (352,0) size 256x17
text run at (352,0) width 256: "first-letter not updating style with hover"
LayoutBlockFlow {P} at (0,34) size 784x18
LayoutText {#text} at (0,0) size 397x17
text run at (0,0) width 397: "The next line of text should turn green when we hover over it."
LayoutBlockFlow {DIV} at (0,68) size 784x36 [color=#008000]
LayoutInline {<pseudo:first-letter>} at (0,0) size 10x17 [color=#0000FF]
LayoutTextFragment (anonymous) at (0,0) size 10x17
text run at (0,0) width 10: "T"
LayoutTextFragment {#text} at (9,0) size 771x35
text run at (9,0) width 762: "he first letter of this paragraph should be larger than the rest. If you hover over this paragraph, all of the text (including"
text run at (0,18) width 541: "the first letter) should turn green. If the first letter remains black, then there is a bug!"
|