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
|
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
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 {P} at (0,0) size 784x18
LayoutText {#text} at (0,0) size 367x17
text run at (0,0) width 367: "These are tests for execCommand(InsertHorizontalRule)."
LayoutBlockFlow {P} at (0,34) size 784x18
LayoutText {#text} at (0,0) size 287x17
text run at (0,0) width 287: "This test inserts an hr between 'foo' and 'bar'."
LayoutBlockFlow {DIV} at (0,68) size 784x54
LayoutBlockFlow (anonymous) at (0,0) size 784x18
LayoutText {#text} at (0,0) size 22x17
text run at (0,0) width 22: "foo"
LayoutBlockFlow {HR} at (0,26) size 784x2 [border: (1px inset #EEEEEE)]
LayoutBlockFlow (anonymous) at (0,36) size 784x18
LayoutText {#text} at (0,0) size 21x17
text run at (0,0) width 21: "bar"
LayoutBlockFlow {P} at (0,138) size 784x18
LayoutText {#text} at (0,0) size 646x17
text run at (0,0) width 646: "This test inserts an hr with id=\"hr\" between 'foo' and 'bar', fetches the hr using its id, then removes it."
LayoutBlockFlow {DIV} at (0,172) size 784x18
LayoutText {#text} at (0,0) size 22x17
text run at (0,0) width 22: "foo"
LayoutText {#text} at (21,0) size 21x17
text run at (21,0) width 21: "bar"
caret: position 2 of child 8 {DIV} of body
|