1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
layer at (0,0) size 800x600
LayoutView at (0,0) size 800x600
layer at (0,0) size 800x139
LayoutBlockFlow {HTML} at (0,0) size 800x139
LayoutBlockFlow {BODY} at (8,16) size 784x115
LayoutBlockFlow {P} at (0,0) size 784x36
LayoutText {#text} at (0,0) size 772x35
text run at (0,0) width 772: "This tests that clicking in a contenteditable div will set the caret in the right position for LTR text in a LTR block. To test"
text run at (0,18) width 457: "manually, click the left of the text. The caret should be on the left edge."
LayoutBlockFlow {DIV} at (0,52) size 200.91x45 [border: (1px solid #000000)]
LayoutText {#text} at (11,11) size 72x22
text run at (11,11) width 72: "WebKit2"
LayoutBlockFlow (anonymous) at (0,97) size 784x18
LayoutText {#text} at (0,0) size 37x17
text run at (0,0) width 37: "PASS"
LayoutBR {BR} at (36,0) size 1x17
caret: position 0 of child 0 {#text} of child 3 {DIV} of body
|