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

Side by Side Diff: webkit/data/layout_tests/platform/chromium-win/LayoutTests/editing/pasteboard/drag-drop-modifies-page-expected.txt

Issue 1102003: WebKit Roll 56165:56197. (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: This time with expectations. Created 10 years, 9 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
OLDNEW
1 EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 2 of DIV > BODY > HTML > #document 1 EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 2 of DIV > 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: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 4 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
5 EDITING DELEGATE: shouldInsertNode:#document-fragment replacingDOMRange:range fr om 6 of #text > DIV > BODY > HTML > #document to 6 of #text > DIV > BODY > HTML > #document givenAction:WebViewInsertActionDropped 5 EDITING DELEGATE: shouldInsertNode:#document-fragment replacingDOMRange:range fr om 6 of #text > DIV > BODY > HTML > #document to 6 of #text > DIV > BODY > HTML > #document givenAction:WebViewInsertActionDropped
6 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 6 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
7 EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 0 of #text > DIV > BODY > HTML > #document to 6 of #text > DIV > BODY > HTML > #docu ment affinity:NSSelectionAffinityDownstream stillSelecting:FALSE 7 EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 0 of #text > DIV > BODY > HTML > #document to 5 of #text > DIV > BODY > HTML > #docu ment affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
8 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 8 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
9 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification 9 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
10 layer at (0,0) size 800x600 10 layer at (0,0) size 800x600
11 RenderView at (0,0) size 800x600 11 RenderView at (0,0) size 800x600
12 layer at (0,0) size 800x600 12 layer at (0,0) size 800x600
13 RenderBlock {HTML} at (0,0) size 800x600 13 RenderBlock {HTML} at (0,0) size 800x600
14 RenderBody {BODY} at (8,8) size 784x584 14 RenderBody {BODY} at (8,8) size 784x584
15 RenderBlock {P} at (0,0) size 784x40 15 RenderBlock {P} at (0,0) size 784x20
16 RenderText {#text} at (0,0) size 771x39 16 RenderText {#text} at (0,0) size 771x19
17 text run at (0,0) width 771: "This tests non-smartmove drag/drop. The space should be deleted on move, but not reinserted on drop, resulting in \"worl dhello\"." 17 text run at (0,0) width 771: "This tests non-smartmove drag/drop. The space should be deleted on move, but not reinserted on drop, resulting in \"worl dhello\"."
18 text run at (0,20) width 675: "Currently there's a bug (https://bugs.w ebkit.org/show_bug.cgi?id=35314) where the space is reinserted on drop." 18 RenderBlock {DIV} at (0,36) size 784x20
19 RenderBlock {DIV} at (0,56) size 784x20
20 RenderText {#text} at (0,0) size 35x19 19 RenderText {#text} at (0,0) size 35x19
21 text run at (0,0) width 35: "world" 20 text run at (0,0) width 35: "world"
22 RenderText {#text} at (35,0) size 32x19 21 RenderText {#text} at (35,0) size 28x19
23 text run at (35,0) width 32: " hello" 22 text run at (35,0) width 28: "hello"
24 selection start: position 0 of child 1 {#text} of child 3 {DIV} of child 1 {BODY } of child 0 {HTML} of document 23 selection start: position 0 of child 1 {#text} of child 3 {DIV} of child 1 {BODY } of child 0 {HTML} of document
25 selection end: position 6 of child 1 {#text} of child 3 {DIV} of child 1 {BODY } of child 0 {HTML} of document 24 selection end: position 5 of child 1 {#text} of child 3 {DIV} of child 1 {BODY } of child 0 {HTML} of document
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698