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

Side by Side Diff: LayoutTests/platform/mac/editing/execCommand/insert-list-and-stitch-expected.txt

Issue 1106693002: Move the anonymous decoration to decoratedName. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 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: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 1 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
2 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 2 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
3 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification 3 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
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: 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: webViewDidChange:WebViewDidChangeNotification 9 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
10 layer at (0,0) size 800x600 10 layer at (0,0) size 800x600
11 LayoutView at (0,0) size 800x600 11 LayoutView at (0,0) size 800x600
12 layer at (0,0) size 800x600 12 layer at (0,0) size 800x600
13 LayoutBlockFlow {HTML} at (0,0) size 800x600 13 LayoutBlockFlow {HTML} at (0,0) size 800x600
14 LayoutBlockFlow {BODY} at (8,8) size 784x576 14 LayoutBlockFlow {BODY} at (8,8) size 784x576
15 LayoutBlockFlow {P} at (0,0) size 784x18 15 LayoutBlockFlow {P} at (0,0) size 784x18
16 LayoutText {#text} at (0,0) size 626x18 16 LayoutText {#text} at (0,0) size 626x18
17 text run at (0,0) width 626: "The three items below should be stitched together into one ordered list when you click the button." 17 text run at (0,0) width 626: "The three items below should be stitched together into one ordered list when you click the button."
18 LayoutBlockFlow {DIV} at (0,34) size 784x54 18 LayoutBlockFlow {DIV} at (0,34) size 784x54
19 LayoutBlockFlow {DIV} at (0,0) size 784x54 19 LayoutBlockFlow {DIV} at (0,0) size 784x54
20 LayoutBlockFlow {OL} at (0,0) size 784x54 20 LayoutBlockFlow {OL} at (0,0) size 784x54
21 LayoutListItem {LI} at (40,0) size 744x18 21 LayoutListItem {LI} at (40,0) size 744x18
22 LayoutListMarker at (-20,0) size 16x18: "1" 22 LayoutListMarker (anonymous) at (-20,0) size 16x18: "1"
23 LayoutText {#text} at (0,0) size 22x18 23 LayoutText {#text} at (0,0) size 22x18
24 text run at (0,0) width 22: "foo" 24 text run at (0,0) width 22: "foo"
25 LayoutListItem {LI} at (40,18) size 744x18 25 LayoutListItem {LI} at (40,18) size 744x18
26 LayoutListMarker at (-20,0) size 16x18: "2" 26 LayoutListMarker (anonymous) at (-20,0) size 16x18: "2"
27 LayoutText {#text} at (0,0) size 21x18 27 LayoutText {#text} at (0,0) size 21x18
28 text run at (0,0) width 21: "bar" 28 text run at (0,0) width 21: "bar"
29 LayoutListItem {LI} at (40,36) size 744x18 29 LayoutListItem {LI} at (40,36) size 744x18
30 LayoutListMarker at (-20,0) size 16x18: "3" 30 LayoutListMarker (anonymous) at (-20,0) size 16x18: "3"
31 LayoutText {#text} at (0,0) size 23x18 31 LayoutText {#text} at (0,0) size 23x18
32 text run at (0,0) width 23: "baz" 32 text run at (0,0) width 23: "baz"
33 caret: position 0 of child 0 {#text} of child 2 {LI} of child 0 {OL} of child 1 {DIV} of child 1 {DIV} of body 33 caret: position 0 of child 0 {#text} of child 2 {LI} of child 0 {OL} of child 1 {DIV} of child 1 {DIV} of body
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698