1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
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 {DIV} at (0,0) size 784x18
LayoutText {#text} at (0,0) size 368x17
text run at (0,0) width 368: "This test uses the execCommand to indent the text below."
LayoutBlockFlow (anonymous) at (0,18) size 784x18
LayoutBR {BR} at (0,0) size 0x17
LayoutBlockFlow {DIV} at (0,36) size 784x194
LayoutBlockFlow {BLOCKQUOTE} at (40,0) size 744x54
LayoutBlockFlow (anonymous) at (0,0) size 744x36
LayoutInline {SPAN} at (0,0) size 43x17
LayoutText {#text} at (0,0) size 43x17
text run at (0,0) width 43: "Lorem"
LayoutBR {BR} at (42,14) size 1x0
LayoutText {#text} at (0,18) size 85x17
text run at (0,18) width 85: "more Lorem!"
LayoutBlockFlow {BLOCKQUOTE} at (40,36) size 704x18
LayoutText {#text} at (0,0) size 40x17
text run at (0,0) width 40: "ipsum"
LayoutBlockFlow {BLOCKQUOTE} at (40,70) size 744x54
LayoutBlockFlow {UL} at (0,0) size 744x54
LayoutBlockFlow {UL} at (40,0) size 704x54
LayoutListItem {LI} at (40,0) size 664x18
LayoutListMarker (anonymous) at (-17,0) size 7x17: white bullet
LayoutText {#text} at (0,0) size 25x17
text run at (0,0) width 25: "Foo"
LayoutListItem {LI} at (40,18) size 664x18
LayoutListMarker (anonymous) at (-17,0) size 7x17: white bullet
LayoutText {#text} at (0,0) size 24x17
text run at (0,0) width 24: "Bar"
LayoutListItem {LI} at (40,36) size 664x18
LayoutListMarker (anonymous) at (-17,0) size 7x17: white bullet
LayoutText {#text} at (0,0) size 25x17
text run at (0,0) width 25: "Baz"
LayoutBlockFlow {BLOCKQUOTE} at (40,140) size 744x54
LayoutBlockFlow {BLOCKQUOTE} at (40,0) size 704x18
LayoutText {#text} at (0,0) size 38x17
text run at (0,0) width 38: "Dolor"
LayoutBlockFlow (anonymous) at (0,18) size 744x36
LayoutText {#text} at (0,0) size 35x17
text run at (0,0) width 35: "Sum!"
LayoutBR {BR} at (34,14) size 1x0
LayoutInline {SPAN} at (0,0) size 39x17
LayoutText {#text} at (0,18) size 39x17
text run at (0,18) width 39: "Thing"
selection start: position 0 of child 0 {#text} of child 0 {SPAN} of child 1 {BLOCKQUOTE} of child 4 {DIV} of body
selection end: position 5 of child 0 {#text} of child 3 {SPAN} of child 3 {BLOCKQUOTE} of child 4 {DIV} of body
|