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

Side by Side Diff: LayoutTests/platform/linux/editing/selection/image-before-linebreak-expected.txt

Issue 923953002: Move rendering/RenderImage* to layout/LayoutImage* (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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 layer at (0,0) size 800x600 2 layer at (0,0) size 800x600
3 RenderView at (0,0) size 800x600 3 RenderView at (0,0) size 800x600
4 layer at (0,0) size 800x600 4 layer at (0,0) size 800x600
5 RenderBlock {HTML} at (0,0) size 800x600 5 RenderBlock {HTML} at (0,0) size 800x600
6 RenderBody {BODY} at (8,8) size 784x584 6 RenderBody {BODY} at (8,8) size 784x584
7 RenderBlock {P} at (0,0) size 784x20 7 RenderBlock {P} at (0,0) size 784x20
8 RenderText {#text} at (0,0) size 325x19 8 RenderText {#text} at (0,0) size 325x19
9 text run at (0,0) width 325: "Only the line break after the image shou ld be selected." 9 text run at (0,0) width 325: "Only the line break after the image shou ld be selected."
10 RenderBlock {HR} at (0,36) size 784x2 [border: (1px inset #EEEEEE)] 10 RenderBlock {HR} at (0,36) size 784x2 [border: (1px inset #EEEEEE)]
11 RenderBlock {DIV} at (0,46) size 784x123 11 RenderBlock {DIV} at (0,46) size 784x123
12 RenderImage {IMG} at (0,0) size 76x103 12 LayoutImage {IMG} at (0,0) size 76x103
13 RenderBR {BR} at (76,103) size 0x0 13 RenderBR {BR} at (76,103) size 0x0
14 RenderText {#text} at (0,103) size 20x19 14 RenderText {#text} at (0,103) size 20x19
15 text run at (0,103) width 20: "foo" 15 text run at (0,103) width 20: "foo"
16 selection start: position 0 of child 1 {BR} of child 4 {DIV} of body 16 selection start: position 0 of child 1 {BR} of child 4 {DIV} of body
17 selection end: position 1 of child 1 {BR} of child 4 {DIV} of body 17 selection end: position 1 of child 1 {BR} of child 4 {DIV} of body
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698