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

Side by Side Diff: LayoutTests/platform/win/editing/inserting/editable-html-element-expected.txt

Issue 24350009: Reverse style resolution to avoid N^2 walk when building the render tree (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Merge to ToT 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 BODY > HTML > #do cument to 1 of BODY > HTML > #document 1 EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of BODY > HTML > #do cument to 1 of BODY > HTML > #document
2 EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification 2 EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
4 EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 0 of BODY > HTML > #do cument to 0 of BODY > HTML > #document toDOMRange:range from 259 of #text > BODY > HTML > #document to 259 of #text > BODY > HTML > #document affinity:NSSelecti onAffinityDownstream stillSelecting:FALSE 4 EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 0 of BODY > HTML > #do cument to 0 of BODY > HTML > #document toDOMRange:range from 259 of #text > BODY > HTML > #document to 259 of #text > BODY > HTML > #document affinity:NSSelecti onAffinityDownstream stillSelecting:FALSE
5 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 5 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
6 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification 6 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
7 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 7 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
8 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 8 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
9 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 9 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
10 EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 259 of #text > BODY > HTML > #document to 259 of #text > BODY > HTML > #document toDOMRange:range from 0 of DIV > BODY > HTML > #document to 0 of DIV > BODY > HTML > #document affini ty:NSSelectionAffinityDownstream stillSelecting:FALSE 10 EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 259 of #text > BODY > HTML > #document to 259 of #text > BODY > HTML > #document toDOMRange:range from 0 of DIV > BODY > HTML > #document to 0 of DIV > BODY > HTML > #document affini ty:NSSelectionAffinityDownstream stillSelecting:FALSE
11 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 11 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
12 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification 12 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
13 layer at (0,0) size 800x600 13 layer at (0,0) size 800x600
14 RenderView at (0,0) size 800x600 14 RenderView at (0,0) size 800x600
15 layer at (0,0) size 800x600 15 layer at (0,0) size 800x600
16 RenderBlock {HTML} at (0,0) size 800x600 16 RenderBlock {HTML} at (0,0) size 800x600
17 RenderBody {BODY} at (8,8) size 784x584 17 RenderBody {BODY} at (8,8) size 784x584
18 RenderBlock (anonymous) at (0,0) size 784x40 18 RenderBlock (anonymous) at (0,0) size 784x40
19 RenderText {#text} at (0,0) size 777x39 19 RenderText {#text} at (0,0) size 777x39
20 text run at (0,0) width 678: "This tests to make sure that when the en closing block is the body element, and when the html element is editable, " 20 text run at (0,0) width 678: "This tests to make sure that when the en closing block is the body element, and when the html element is editable, "
21 text run at (678,0) width 60: "inserting a" 21 text run at (678,0) width 60: "inserting a"
22 text run at (738,0) width 4: " " 22 text run at (738,0) width 4: " "
23 text run at (0,20) width 777: "paragraph separator doesn't split the b ody (inserting a paragraph separator usually splits/clones the enclosing block f low element)." 23 text run at (0,20) width 777: "paragraph separator doesn't split the b ody (inserting a paragraph separator usually splits/clones the enclosing block f low element)."
24 RenderText {#text} at (0,0) size 0x0
25 RenderBlock {DIV} at (0,40) size 784x20 24 RenderBlock {DIV} at (0,40) size 784x20
26 RenderBR {BR} at (0,0) size 0x19 25 RenderBR {BR} at (0,0) size 0x19
27 caret: position 0 of child 0 {BR} of child 2 {DIV} of body 26 caret: position 0 of child 0 {BR} of child 2 {DIV} of body
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698