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

Side by Side Diff: LayoutTests/platform/mac/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 784x18 28 RenderBlock {P} at (0,0) size 784x18
29 RenderText {#text} at (0,0) size 359x18 29 RenderText {#text} at (0,0) size 359x18
30 text run at (0,0) width 359: "These are tests for execCommand(InsertHo rizontalRule)." 30 text run at (0,0) width 359: "These are tests for execCommand(InsertHo rizontalRule)."
31 RenderBlock {P} at (0,34) size 784x18 31 RenderBlock {P} at (0,34) size 784x18
32 RenderText {#text} at (0,0) size 282x18 32 RenderText {#text} at (0,0) size 282x18
33 text run at (0,0) width 282: "This test inserts an hr between 'foo' an d 'bar'." 33 text run at (0,0) width 282: "This test inserts an hr between 'foo' an d 'bar'."
34 RenderBlock {DIV} at (0,68) size 784x54 34 RenderBlock {DIV} at (0,68) size 784x54
35 RenderBlock (anonymous) at (0,0) size 784x18 35 RenderBlock (anonymous) at (0,0) size 784x18
36 RenderText {#text} at (0,0) size 21x18 36 RenderText {#text} at (0,0) size 21x18
37 text run at (0,0) width 21: "foo" 37 text run at (0,0) width 21: "foo"
38 RenderBlock {HR} at (0,26) size 784x2 [border: (1px inset #000000)] 38 RenderBlock {HR} at (0,26) size 784x2 [border: (1px inset #EEEEEE)]
39 RenderBlock (anonymous) at (0,36) size 784x18 39 RenderBlock (anonymous) at (0,36) size 784x18
40 RenderText {#text} at (0,0) size 20x18 40 RenderText {#text} at (0,0) size 20x18
41 text run at (0,0) width 20: "bar" 41 text run at (0,0) width 20: "bar"
42 RenderBlock {P} at (0,138) size 784x18 42 RenderBlock {P} at (0,138) size 784x18
43 RenderText {#text} at (0,0) size 634x18 43 RenderText {#text} at (0,0) size 634x18
44 text run at (0,0) width 634: "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 634: "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,172) size 784x18 45 RenderBlock {DIV} at (0,172) size 784x18
46 RenderText {#text} at (0,0) size 21x18 46 RenderText {#text} at (0,0) size 21x18
47 text run at (0,0) width 21: "foo" 47 text run at (0,0) width 21: "foo"
48 RenderText {#text} at (21,0) size 20x18 48 RenderText {#text} at (21,0) size 20x18
49 text run at (21,0) width 20: "bar" 49 text run at (21,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