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

Side by Side Diff: LayoutTests/platform/win/editing/selection/focus_editable_html-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 HTML > #document to 2 of HTML > #document
2 EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
3 EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 0 of BODY > HTML > #document to 0 of BODY > HTML > #document affinity:NSSelectionAff inityDownstream stillSelecting:FALSE
4 EDITING DELEGATE: shouldEndEditingInDOMRange:range from 0 of HTML > #document to 2 of HTML > #document
5 EDITING DELEGATE: webViewDidEndEditing:WebViewDidEndEditingNotification
6 EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of BODY > HTML > #do cument to 9 of BODY > HTML > #document
7 EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
8 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 1 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
9 layer at (0,0) size 2008x2096 2 layer at (0,0) size 2008x2096
10 RenderView at (0,0) size 785x585 3 RenderView at (0,0) size 785x585
11 layer at (0,0) size 785x2096 4 layer at (0,0) size 785x2096
12 RenderBlock {HTML} at (0,0) size 785x2096 5 RenderBlock {HTML} at (0,0) size 785x2096
13 RenderBody {BODY} at (8,8) size 769x2080 6 RenderBody {BODY} at (8,8) size 769x2080
14 RenderBlock (anonymous) at (0,0) size 769x60 7 RenderBlock (anonymous) at (0,0) size 769x60
15 RenderText {#text} at (0,0) size 555x19 8 RenderText {#text} at (0,0) size 555x19
16 text run at (0,0) width 555: "This test makes sure that we don't scrol l unnecessarily to reveal an editable HTML Element. " 9 text run at (0,0) width 555: "This test makes sure that we don't scrol l unnecessarily to reveal an editable HTML Element. "
17 RenderBR {BR} at (555,15) size 0x0 10 RenderBR {BR} at (555,15) size 0x0
18 RenderText {#text} at (0,20) size 254x19 11 RenderText {#text} at (0,20) size 254x19
19 text run at (0,20) width 254: "If the document doesn't scroll, test pa sses." 12 text run at (0,20) width 254: "If the document doesn't scroll, test pa sses."
20 RenderBR {BR} at (254,35) size 0x0 13 RenderBR {BR} at (254,35) size 0x0
21 RenderInline {B} at (0,0) size 523x19 14 RenderInline {B} at (0,0) size 523x19
22 RenderText {#text} at (0,40) size 523x19 15 RenderText {#text} at (0,40) size 523x19
23 text run at (0,40) width 523: "This demonstrates a bug: normally, fo cusing an element will select its contents." 16 text run at (0,40) width 523: "This demonstrates a bug: normally, fo cusing an element will select its contents."
24 RenderText {#text} at (0,0) size 0x0 17 RenderText {#text} at (0,0) size 0x0
25 RenderBlock {DIV} at (0,60) size 2000x2000 18 RenderBlock {DIV} at (0,60) size 2000x2000
26 RenderBlock (anonymous) at (0,2060) size 769x20 19 RenderBlock (anonymous) at (0,2060) size 769x20
27 RenderText {#text} at (0,0) size 226x19 20 RenderText {#text} at (0,0) size 226x19
28 text run at (0,0) width 226: "If the document scrolls here, test fails ." 21 text run at (0,0) width 226: "If the document scrolls here, test fails ."
29 caret: position 1 of child 0 {#text} of body 22 caret: position 1 of child 0 {#text} of body
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698