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

Side by Side Diff: LayoutTests/platform/win/editing/execCommand/insertHorizontalRule-expected.txt

Issue 19529005: Auto-rebaseline for r154767 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 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 DIV > BODY > HTML > #document to 1 of DIV > BODY > HTML > #document 1 EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 1 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: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 5 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
6 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 6 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
7 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 7 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
8 EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 0 of #text > DIV > BOD Y > HTML > #document to 0 of #text > DIV > BODY > HTML > #document toDOMRange:ra nge from 2 of DIV > BODY > HTML > #document to 2 of DIV > BODY > HTML > #documen t affinity:NSSelectionAffinityDownstream stillSelecting:FALSE 8 EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 0 of #text > DIV > BOD Y > HTML > #document to 0 of #text > DIV > BODY > HTML > #document toDOMRange:ra nge from 2 of DIV > BODY > HTML > #document to 2 of DIV > BODY > HTML > #documen t affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
9 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 9 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
10 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification 10 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
(...skipping 17 matching lines...) Expand all
28 RenderBlock {P} at (0,0) size 784x20 28 RenderBlock {P} at (0,0) size 784x20
29 RenderText {#text} at (0,0) size 343x19 29 RenderText {#text} at (0,0) size 343x19
30 text run at (0,0) width 343: "These are tests for execCommand(InsertHo rizontalRule)." 30 text run at (0,0) width 343: "These are tests for execCommand(InsertHo rizontalRule)."
31 RenderBlock {P} at (0,36) size 784x20 31 RenderBlock {P} at (0,36) size 784x20
32 RenderText {#text} at (0,0) size 271x19 32 RenderText {#text} at (0,0) size 271x19
33 text run at (0,0) width 271: "This test inserts an hr between 'foo' an d 'bar'." 33 text run at (0,0) width 271: "This test inserts an hr between 'foo' an d 'bar'."
34 RenderBlock {DIV} at (0,72) size 784x58 34 RenderBlock {DIV} at (0,72) size 784x58
35 RenderBlock (anonymous) at (0,0) size 784x20 35 RenderBlock (anonymous) at (0,0) size 784x20
36 RenderText {#text} at (0,0) size 20x19 36 RenderText {#text} at (0,0) size 20x19
37 text run at (0,0) width 20: "foo" 37 text run at (0,0) width 20: "foo"
38 RenderBlock {HR} at (0,28) size 784x2 [border: (1px inset #000000)] 38 RenderBlock {HR} at (0,28) size 784x2 [border: (1px inset #EEEEEE)]
39 RenderBlock (anonymous) at (0,38) size 784x20 39 RenderBlock (anonymous) at (0,38) size 784x20
40 RenderText {#text} at (0,0) size 20x19 40 RenderText {#text} at (0,0) size 20x19
41 text run at (0,0) width 20: "bar" 41 text run at (0,0) width 20: "bar"
42 RenderBlock {P} at (0,146) size 784x20 42 RenderBlock {P} at (0,146) size 784x20
43 RenderText {#text} at (0,0) size 599x19 43 RenderText {#text} at (0,0) size 599x19
44 text run at (0,0) width 599: "This test inserts an hr with id=\"hr\" b etween 'foo' and 'bar', fetches the hr using its id, then removes it." 44 text run at (0,0) width 599: "This test inserts an hr with id=\"hr\" b etween 'foo' and 'bar', fetches the hr using its id, then removes it."
45 RenderBlock {DIV} at (0,182) size 784x20 45 RenderBlock {DIV} at (0,182) size 784x20
46 RenderText {#text} at (0,0) size 20x19 46 RenderText {#text} at (0,0) size 20x19
47 text run at (0,0) width 20: "foo" 47 text run at (0,0) width 20: "foo"
48 RenderText {#text} at (20,0) size 20x19 48 RenderText {#text} at (20,0) size 20x19
49 text run at (20,0) width 20: "bar" 49 text run at (20,0) width 20: "bar"
50 caret: position 2 of child 8 {DIV} of body 50 caret: position 2 of child 8 {DIV} of body
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698