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

Side by Side Diff: LayoutTests/platform/win/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 784x60 11 RenderBlock {P} at (0,0) size 784x60
15 RenderText {#text} at (0,0) size 776x59 12 RenderText {#text} at (0,0) size 776x59
16 text run at (0,0) width 776: "Tests for a bug in the paragraph separat or insertion code that would add an extra newline when inserting a paragraph sep arator at" 13 text run at (0,0) width 776: "Tests for a bug in the paragraph separat or insertion code that would add an extra newline when inserting a paragraph sep arator at"
(...skipping 10 matching lines...) Expand all
27 text run at (150,0) width 552: " too much padding is left between the new line and the end of the paragraph containing 'foo'." 24 text run at (150,0) width 552: " too much padding is left between the new line and the end of the paragraph containing 'foo'."
28 RenderBlock {DIV} at (0,112) size 784x61 25 RenderBlock {DIV} at (0,112) size 784x61
29 RenderBlock {PRE} at (0,0) size 784x16 26 RenderBlock {PRE} at (0,0) size 784x16
30 RenderText {#text} at (0,0) size 24x16 27 RenderText {#text} at (0,0) size 24x16
31 text run at (0,0) width 24: "foo" 28 text run at (0,0) width 24: "foo"
32 RenderBlock {PRE} at (0,29) size 784x32 29 RenderBlock {PRE} at (0,29) size 784x32
33 RenderText {#text} at (0,0) size 24x32 30 RenderText {#text} at (0,0) size 24x32
34 text run at (0,0) width 0: " " 31 text run at (0,0) width 0: " "
35 text run at (0,16) width 24: "bar" 32 text run at (0,16) width 24: "bar"
36 caret: position 0 of child 0 {#text} of child 1 {PRE} of child 4 {DIV} of body 33 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