1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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 (anonymous) at (0,0) size 784x18
LayoutText {#text} at (0,0) size 497x17
text run at (0,0) width 497: "This test will try to call blur() on a contenteditable div, and then a normal div."
LayoutBlockFlow {DIV} at (0,18) size 784x24 [border: (3px solid #000000)]
LayoutText {#text} at (3,3) size 125x17
text run at (3,3) width 125: "contentEditable div"
LayoutBlockFlow {DIV} at (0,42) size 784x18
LayoutText {#text} at (0,0) size 78x17
text run at (0,0) width 78: "Test Passed."
LayoutBlockFlow {DIV} at (0,60) size 784x0
caret: position 0 of child 0 {#text} of child 1 {DIV} of body
|