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

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

Issue 931423003: Rename rendering/RenderList* to layout/LayoutList* (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove spurious LayoutLayerModelObject reference Created 5 years, 10 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: 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 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 784x576 14 RenderBody {BODY} at (8,8) size 784x576
15 RenderBlock {P} at (0,0) size 784x18 15 RenderBlock {P} at (0,0) size 784x18
16 RenderText {#text} at (0,0) size 626x17 16 RenderText {#text} at (0,0) size 626x17
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 RenderBlock {DIV} at (0,34) size 784x54 18 RenderBlock {DIV} at (0,34) size 784x54
19 RenderBlock {DIV} at (0,0) size 784x54 19 RenderBlock {DIV} at (0,0) size 784x54
20 RenderBlock {OL} at (0,0) size 784x54 20 RenderBlock {OL} at (0,0) size 784x54
21 RenderListItem {LI} at (40,0) size 744x18 21 LayoutListItem {LI} at (40,0) size 744x18
22 RenderListMarker at (-20,0) size 16x17: "1" 22 LayoutListMarker at (-20,0) size 16x17: "1"
23 RenderText {#text} at (0,0) size 22x17 23 RenderText {#text} at (0,0) size 22x17
24 text run at (0,0) width 22: "foo" 24 text run at (0,0) width 22: "foo"
25 RenderListItem {LI} at (40,18) size 744x18 25 LayoutListItem {LI} at (40,18) size 744x18
26 RenderListMarker at (-20,0) size 16x17: "2" 26 LayoutListMarker at (-20,0) size 16x17: "2"
27 RenderText {#text} at (0,0) size 21x17 27 RenderText {#text} at (0,0) size 21x17
28 text run at (0,0) width 21: "bar" 28 text run at (0,0) width 21: "bar"
29 RenderListItem {LI} at (40,36) size 744x18 29 LayoutListItem {LI} at (40,36) size 744x18
30 RenderListMarker at (-20,0) size 16x17: "3" 30 LayoutListMarker at (-20,0) size 16x17: "3"
31 RenderText {#text} at (0,0) size 23x17 31 RenderText {#text} at (0,0) size 23x17
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