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
55
56
57
58
|
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: 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 784x322 [border: (2px solid #0000FF)]
LayoutBlockFlow {DIV} at (14,14) size 756x111
LayoutText {#text} at (0,0) size 64x26
text run at (0,0) width 64: "Tests: "
LayoutBR {BR} at (0,0) size 0x0
LayoutText {#text} at (0,27) size 730x55
text run at (0,27) width 730: "Deleting when a selection starts at the beginning of a text following a nested"
text run at (0,55) width 680: "block, and extends out of the enclosing block into the following block. "
LayoutBR {BR} at (680,76) size 0x0
LayoutText {#text} at (0,83) size 547x27
text run at (0,83) width 265: "FIXME: Currently broken! "
text run at (265,83) width 282: "See rdar://problem/4099839/."
LayoutBlockFlow {DIV} at (14,141) size 756x167
LayoutText {#text} at (0,0) size 189x26
text run at (0,0) width 189: "Expected Results: "
LayoutBR {BR} at (189,21) size 0x0
LayoutText {#text} at (0,27) size 756x139
text run at (0,27) width 714: "Should see a total of five lines in the red box, with the third line inside of a"
text run at (0,55) width 668: "nested red box. First line should be \"one\". Next line should be \"two\". "
text run at (668,55) width 88: "Next line"
text run at (0,83) width 740: "should be \"cha cha cha\", inside of a nested red box. Next line should be \"ur\"."
text run at (0,111) width 367: "The last line should be \"cha cha cha\". "
text run at (367,111) width 381: "Insertion point should be blinking at the"
text run at (0,139) width 278: "start of the fourth line (\"ur\")."
LayoutBlockFlow {DIV} at (0,346) size 784x148
LayoutBlockFlow {DIV} at (0,0) size 784x148 [border: (2px solid #FF0000)]
LayoutBlockFlow (anonymous) at (2,2) size 780x28
LayoutText {#text} at (0,0) size 35x27
text run at (0,0) width 35: "one"
LayoutBlockFlow {DIV} at (2,30) size 780x28
LayoutText {#text} at (0,0) size 36x27
text run at (0,0) width 36: "two"
LayoutBlockFlow {DIV} at (2,58) size 780x32 [border: (2px solid #FF0000)]
LayoutBlockFlow {DIV} at (2,2) size 776x28
LayoutText {#text} at (0,0) size 114x27
text run at (0,0) width 114: "cha cha cha"
LayoutBlockFlow {DIV} at (2,90) size 780x28
LayoutText {#text} at (0,0) size 20x27
text run at (0,0) width 20: "ur"
LayoutBlockFlow {DIV} at (2,118) size 780x28
LayoutText {#text} at (0,0) size 114x27
text run at (0,0) width 114: "cha cha cha"
caret: position 0 of child 0 {#text} of child 4 {DIV} of child 1 {DIV} of child 3 {DIV} of body
|