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

Side by Side Diff: webkit/data/layout_tests/platform/chromium-win/LayoutTests/editing/execCommand/insertHTML-expected.txt

Issue 132057: WebKit merge 44805:44837... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 6 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
(Empty)
1 EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 4 of DIV > BODY > HTML > #document
2 EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
4 EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 0 of DIV > BODY > HTML > #document to 0 of DIV > BODY > HTML > #document toDOMRange:range from 0 of #t ext > DIV > BODY > HTML > #document to 1 of #text > DIV > BODY > HTML > #documen t affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
5 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
6 EDITING DELEGATE: shouldDeleteDOMRange:range from 0 of #text > DIV > BODY > HTML > #document to 1 of #text > DIV > BODY > HTML > #document
7 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
8 EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 0 of DIV > BODY > HTML > #document to 0 of DIV > BODY > HTML > #document affinity:NS SelectionAffinityDownstream stillSelecting:FALSE
9 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
10 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
11 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
12 EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 1 of #text > DIV > BODY > HTML > #document to 1 of #text > DIV > BODY > HTML > #docu ment affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
13 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
14 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
15 layer at (0,0) size 800x600
16 RenderView at (0,0) size 800x600
17 layer at (0,0) size 800x600
18 RenderBlock {HTML} at (0,0) size 800x600
19 RenderBody {BODY} at (8,8) size 784x576
20 RenderBlock {P} at (0,0) size 784x40
21 RenderText {#text} at (0,0) size 768x39
22 text run at (0,0) width 298: "This is a test of execCommand(insertHTML , ...). "
23 text run at (298,0) width 470: "The contents of the editable div below should be the same before and after the"
24 text run at (0,20) width 25: "test."
25 RenderBlock {DIV} at (0,56) size 784x35
26 RenderText {#text} at (0,15) size 28x19
27 text run at (0,15) width 28: "hello"
28 RenderTable {TABLE} at (28,0) size 32x30 [border: (1px outset #808080)]
29 RenderTableSection {TBODY} at (1,1) size 30x28
30 RenderTableRow {TR} at (0,2) size 30x24
31 RenderTableCell {TD} at (2,2) size 12x24 [border: (1px inset #8080 80)] [r=0 c=0 rs=1 cs=1]
32 RenderText {#text} at (2,2) size 8x19
33 text run at (2,2) width 8: "1"
34 RenderTableCell {TD} at (16,2) size 12x24 [border: (1px inset #808 080)] [r=0 c=1 rs=1 cs=1]
35 RenderText {#text} at (2,2) size 8x19
36 text run at (2,2) width 8: "2"
37 RenderInline {B} at (0,0) size 36x19
38 RenderText {#text} at (60,15) size 36x19
39 text run at (60,15) width 36: "world"
40 RenderText {#text} at (96,15) size 5x19
41 text run at (96,15) width 5: "!"
42 RenderBlock {UL} at (0,107) size 784x0
43 caret: position 1 of child 3 {#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