Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(540)

Side by Side Diff: LayoutTests/platform/linux/editing/deleting/delete-inline-br-expected.txt

Issue 23311004: inline <br> does not get deleted when following some non-textual content (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 3 of DIV > BODY > HTML > #document
2 EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
4 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
5 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
6 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
7 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
8 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
9 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
10 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
11 EDITING DELEGATE: shouldDeleteDOMRange:range from 2 of SPAN > DIV > BODY > HTML > #document to 3 of SPAN > DIV > BODY > HTML > #document
12 EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 2 of SPAN > DIV > BODY > HTML > #document to 2 of SPAN > DIV > BODY > HTML > #document toDOMRange:rang e from 2 of SPAN > DIV > BODY > HTML > #document to 2 of SPAN > DIV > BODY > HTM L > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
13 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
14 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
15 layer at (0,0) size 800x600
16 RenderView at (0,0) size 800x600
17 layer at (0,0) size 800x128
18 RenderBlock {HTML} at (0,0) size 800x128
19 RenderBody {BODY} at (8,16) size 784x104
20 RenderBlock {P} at (0,0) size 784x60
21 RenderText {#text} at (0,0) size 104x19
22 text run at (0,0) width 104: "Testcase for bug "
23 RenderInline {A} at (0,0) size 48x19 [color=#0000EE]
24 RenderText {#text} at (104,0) size 48x19
25 text run at (104,0) width 48: "120006"
26 RenderText {#text} at (152,0) size 779x59
27 text run at (152,0) width 627: ": <br> does not get deleted when inlin ed after non-textual content. To manually verify the issue, place the"
28 text run at (0,20) width 761: "caret at the start of the second line a nd then press the backspace button. This should merge the two lines and \"text2\ " should get"
29 text run at (0,40) width 169: "placed after the text control."
30 RenderBlock {DIV} at (0,76) size 784x28 [border: (1px solid #000000)]
31 RenderInline {SPAN} at (0,0) size 217x19
32 RenderText {#text} at (1,4) size 30x19
33 text run at (1,4) width 30: "text1"
34 RenderTextControl {INPUT} at (33,3) size 153x22 [bgcolor=#FFFFFF] [bor der: (2px inset #EEEEEE)]
35 RenderText {#text} at (188,4) size 30x19
36 text run at (188,4) width 30: "text2"
37 RenderText {#text} at (0,0) size 0x0
38 layer at (43,98) size 149x16
39 RenderBlock {DIV} at (2,3) size 149x16
40 caret: position 1 of child 1 {INPUT} of child 1 {SPAN} of child 3 {DIV} of body
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698