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

Side by Side Diff: LayoutTests/platform/win-xp/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 784x20 15 RenderBlock {P} at (0,0) size 784x20
16 RenderText {#text} at (0,0) size 584x19 16 RenderText {#text} at (0,0) size 584x19
17 text run at (0,0) width 584: "The three items below should be stitched together into one ordered list when you click the button." 17 text run at (0,0) width 584: "The three items below should be stitched together into one ordered list when you click the button."
18 RenderBlock {DIV} at (0,36) size 784x60 18 RenderBlock {DIV} at (0,36) size 784x60
19 RenderBlock {DIV} at (0,0) size 784x60 19 RenderBlock {DIV} at (0,0) size 784x60
20 RenderBlock {OL} at (0,0) size 784x60 20 RenderBlock {OL} at (0,0) size 784x60
21 RenderListItem {LI} at (40,0) size 744x20 21 LayoutListItem {LI} at (40,0) size 744x20
22 RenderListMarker at (-21,0) size 16x19: "1" 22 LayoutListMarker at (-21,0) size 16x19: "1"
23 RenderText {#text} at (0,0) size 20x19 23 RenderText {#text} at (0,0) size 20x19
24 text run at (0,0) width 20: "foo" 24 text run at (0,0) width 20: "foo"
25 RenderListItem {LI} at (40,20) size 744x20 25 LayoutListItem {LI} at (40,20) size 744x20
26 RenderListMarker at (-21,0) size 16x19: "2" 26 LayoutListMarker at (-21,0) size 16x19: "2"
27 RenderText {#text} at (0,0) size 20x19 27 RenderText {#text} at (0,0) size 20x19
28 text run at (0,0) width 20: "bar" 28 text run at (0,0) width 20: "bar"
29 RenderListItem {LI} at (40,40) size 744x20 29 LayoutListItem {LI} at (40,40) size 744x20
30 RenderListMarker at (-21,0) size 16x19: "3" 30 LayoutListMarker at (-21,0) size 16x19: "3"
31 RenderText {#text} at (0,0) size 21x19 31 RenderText {#text} at (0,0) size 21x19
32 text run at (0,0) width 21: "baz" 32 text run at (0,0) width 21: "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