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

Side by Side Diff: LayoutTests/editing/selection/leave-requested-block-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 3 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 layer at (0,0) size 800x600 3 layer at (0,0) size 800x600
6 RenderView at (0,0) size 800x600 4 RenderView at (0,0) size 800x600
7 layer at (0,0) size 800x600 5 layer at (0,0) size 800x600
8 RenderBlock {HTML} at (0,0) size 800x600 6 RenderBlock {HTML} at (0,0) size 800x600
9 RenderBody {BODY} at (8,8) size 784x576 7 RenderBody {BODY} at (8,8) size 784x576
10 RenderBlock {P} at (0,0) size 784x18 8 RenderBlock {P} at (0,0) size 784x18
11 RenderText {#text} at (0,0) size 127x18 9 RenderText {#text} at (0,0) size 127x18
12 text run at (0,0) width 127: "Test case for fix for " 10 text run at (0,0) width 127: "Test case for fix for "
(...skipping 10 matching lines...) Expand all
23 RenderBlock {DIV} at (0,86) size 784x54 [border: (2px solid #AAAAFF)] 21 RenderBlock {DIV} at (0,86) size 784x54 [border: (2px solid #AAAAFF)]
24 RenderBlock {P} at (2,18) size 780x18 22 RenderBlock {P} at (2,18) size 780x18
25 RenderText {#text} at (0,0) size 682x18 23 RenderText {#text} at (0,0) size 682x18
26 text run at (0,0) width 682: "Select All while inside this editable block should create a selection that does not extend outside of this block." 24 text run at (0,0) width 682: "Select All while inside this editable block should create a selection that does not extend outside of this block."
27 layer at (8,164) size 784x18 25 layer at (8,164) size 784x18
28 RenderBlock {P} at (0,156) size 784x18 26 RenderBlock {P} at (0,156) size 784x18
29 RenderText {#text} at (0,0) size 424x18 27 RenderText {#text} at (0,0) size 424x18
30 text run at (0,0) width 424: "This is a paragraph outside the editable blo ck with overflow:hidden" 28 text run at (0,0) width 424: "This is a paragraph outside the editable blo ck with overflow:hidden"
31 selection start: position 0 of child 0 {#text} of child 1 {P} of child 5 {DIV} o f body 29 selection start: position 0 of child 0 {#text} of child 1 {P} of child 5 {DIV} o f body
32 selection end: position 113 of child 0 {#text} of child 1 {P} of child 5 {DIV} of body 30 selection end: position 113 of child 0 {#text} of child 1 {P} of child 5 {DIV} of body
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698