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
|
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 784x579
LayoutBlockFlow {P} at (0,0) size 784x60
LayoutText {#text} at (0,0) size 775x59
text run at (0,0) width 775: "Tests for a bug in the paragraph separator insertion code that would add an extra newline when inserting a paragraph separator at"
text run at (0,20) width 327: "the end of a paragraph in text that preserves newlines. "
text run at (327,20) width 329: "Also, an extraneous space would be added after 'foo'. "
text run at (656,20) width 104: "Only one newline"
text run at (0,40) width 108: "should be added. "
text run at (108,40) width 259: "And there should be no extraneous spaces."
LayoutBlockFlow {P} at (0,76) size 784x20
LayoutInline {B} at (0,0) size 150x19
LayoutText {#text} at (0,0) size 150x19
text run at (0,0) width 150: "It demonstrates a bug:"
LayoutText {#text} at (150,0) size 552x19
text run at (150,0) width 552: " too much padding is left between the new line and the end of the paragraph containing 'foo'."
LayoutBlockFlow {DIV} at (0,112) size 784x61
LayoutBlockFlow {PRE} at (0,0) size 784x16
LayoutText {#text} at (0,0) size 24x16
text run at (0,0) width 24: "foo"
LayoutBlockFlow {PRE} at (0,29) size 784x32
LayoutText {#text} at (0,0) size 24x32
text run at (0,0) width 0: " "
text run at (0,16) width 24: "bar"
caret: position 0 of child 0 {#text} of child 1 {PRE} of child 4 {DIV} of body
|