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

Side by Side Diff: LayoutTests/editing/inserting/paragraph-separator-03-expected.txt

Issue 26237004: Remove unused editing related member functions from WebViewClient (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 2013-10-09T17:59:14 Created 7 years, 2 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 | Annotate | Revision Log
OLDNEW
1 EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 1 of DIV > BODY > HTML > #document
2 EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 1 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
4 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 2 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
5 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
6 EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 3 of #text > PRE > DIV > BODY > HTML > #document to 3 of #text > PRE > DIV > BODY > HTML > #document t oDOMRange:range from 0 of PRE > DIV > BODY > HTML > #document to 0 of PRE > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting: FALSE
7 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 4 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
8 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification 5 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
9 layer at (0,0) size 800x600 6 layer at (0,0) size 800x600
10 RenderView at (0,0) size 800x600 7 RenderView at (0,0) size 800x600
11 layer at (0,0) size 800x600 8 layer at (0,0) size 800x600
12 RenderBlock {HTML} at (0,0) size 800x600 9 RenderBlock {HTML} at (0,0) size 800x600
13 RenderBody {BODY} at (8,8) size 784x579 10 RenderBody {BODY} at (8,8) size 784x579
14 RenderBlock {P} at (0,0) size 784x54 11 RenderBlock {P} at (0,0) size 784x54
15 RenderText {#text} at (0,0) size 754x54 12 RenderText {#text} at (0,0) size 754x54
16 text run at (0,0) width 734: "Tests for a bug in the paragraph separat or insertion code that would add an extra newline when inserting a paragraph" 13 text run at (0,0) width 734: "Tests for a bug in the paragraph separat or insertion code that would add an extra newline when inserting a paragraph"
17 text run at (0,18) width 418: "separator at the end of a paragraph in text that preserves newlines. " 14 text run at (0,18) width 418: "separator at the end of a paragraph in text that preserves newlines. "
18 text run at (418,18) width 336: "Also, an extraneous space would be ad ded after 'foo'." 15 text run at (418,18) width 336: "Also, an extraneous space would be ad ded after 'foo'."
19 text run at (0,36) width 228: "Only one newline should be added. " 16 text run at (0,36) width 228: "Only one newline should be added. "
20 text run at (228,36) width 269: "And there should be no extraneous spa ces." 17 text run at (228,36) width 269: "And there should be no extraneous spa ces."
21 RenderBlock {P} at (0,70) size 784x18 18 RenderBlock {P} at (0,70) size 784x18
22 RenderInline {B} at (0,0) size 152x18 19 RenderInline {B} at (0,0) size 152x18
23 RenderText {#text} at (0,0) size 152x18 20 RenderText {#text} at (0,0) size 152x18
24 text run at (0,0) width 152: "It demonstrates a bug:" 21 text run at (0,0) width 152: "It demonstrates a bug:"
25 RenderText {#text} at (152,0) size 583x18 22 RenderText {#text} at (152,0) size 583x18
26 text run at (152,0) width 583: " too much padding is left between the new line and the end of the paragraph containing 'foo'." 23 text run at (152,0) width 583: " too much padding is left between the new line and the end of the paragraph containing 'foo'."
27 RenderBlock {DIV} at (0,104) size 784x58 24 RenderBlock {DIV} at (0,104) size 784x58
28 RenderBlock {PRE} at (0,0) size 784x15 25 RenderBlock {PRE} at (0,0) size 784x15
29 RenderText {#text} at (0,0) size 24x15 26 RenderText {#text} at (0,0) size 24x15
30 text run at (0,0) width 24: "foo" 27 text run at (0,0) width 24: "foo"
31 RenderBlock {PRE} at (0,28) size 784x30 28 RenderBlock {PRE} at (0,28) size 784x30
32 RenderText {#text} at (0,0) size 24x30 29 RenderText {#text} at (0,0) size 24x30
33 text run at (0,0) width 0: " " 30 text run at (0,0) width 0: " "
34 text run at (0,15) width 24: "bar" 31 text run at (0,15) width 24: "bar"
35 caret: position 0 of child 0 {#text} of child 1 {PRE} of child 4 {DIV} of body 32 caret: position 0 of child 0 {#text} of child 1 {PRE} of child 4 {DIV} of body
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698