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

Side by Side Diff: LayoutTests/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 2008x2088 2 layer at (0,0) size 2008x2088
10 RenderView at (0,0) size 785x585 3 RenderView at (0,0) size 785x585
11 layer at (0,0) size 785x2088 4 layer at (0,0) size 785x2088
12 RenderBlock {HTML} at (0,0) size 785x2088 5 RenderBlock {HTML} at (0,0) size 785x2088
13 RenderBody {BODY} at (8,8) size 769x2072 6 RenderBody {BODY} at (8,8) size 769x2072
14 RenderBlock (anonymous) at (0,0) size 769x54 7 RenderBlock (anonymous) at (0,0) size 769x54
15 RenderText {#text} at (0,0) size 583x18 8 RenderText {#text} at (0,0) size 583x18
16 text run at (0,0) width 583: "This test makes sure that we don't scrol l unnecessarily to reveal an editable HTML Element. " 9 text run at (0,0) width 583: "This test makes sure that we don't scrol l unnecessarily to reveal an editable HTML Element. "
17 RenderBR {BR} at (583,14) size 0x0 10 RenderBR {BR} at (583,14) size 0x0
18 RenderText {#text} at (0,18) size 262x18 11 RenderText {#text} at (0,18) size 262x18
19 text run at (0,18) width 262: "If the document doesn't scroll, test pa sses." 12 text run at (0,18) width 262: "If the document doesn't scroll, test pa sses."
20 RenderBR {BR} at (262,32) size 0x0 13 RenderBR {BR} at (262,32) size 0x0
21 RenderInline {B} at (0,0) size 528x18 14 RenderInline {B} at (0,0) size 528x18
22 RenderText {#text} at (0,36) size 528x18 15 RenderText {#text} at (0,36) size 528x18
23 text run at (0,36) width 528: "This demonstrates a bug: normally, fo cusing an element will select its contents." 16 text run at (0,36) width 528: "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,54) size 2000x2000 18 RenderBlock {DIV} at (0,54) size 2000x2000
26 RenderBlock (anonymous) at (0,2054) size 769x18 19 RenderBlock (anonymous) at (0,2054) size 769x18
27 RenderText {#text} at (0,0) size 237x18 20 RenderText {#text} at (0,0) size 237x18
28 text run at (0,0) width 237: "If the document scrolls here, test fails ." 21 text run at (0,0) width 237: "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