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

Side by Side Diff: LayoutTests/platform/win/fast/writing-mode/horizontal-bt-replaced-selection-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 layer at (0,0) size 800x600 1 layer at (0,0) size 800x600
2 RenderView at (0,0) size 800x600 2 RenderView at (0,0) size 800x600
3 layer at (0,433) size 800x167 3 layer at (0,433) size 800x167
4 RenderBlock {HTML} at (0,0) size 800x167 4 RenderBlock {HTML} at (0,0) size 800x167
5 RenderBody {BODY} at (8,8) size 784x151 5 RenderBody {BODY} at (8,8) size 784x151
6 RenderText {#text} at (0,1) size 391x40 6 RenderText {#text} at (0,1) size 391x40
7 text run at (0,1) width 391: "This is the first line of text." 7 text run at (0,1) width 391: "This is the first line of text."
8 RenderBR {BR} at (390,1) size 1x40 8 RenderBR {BR} at (390,1) size 1x40
9 RenderImage {IMG} at (0,50) size 20x50 [bgcolor=#008000] 9 LayoutImage {IMG} at (0,50) size 20x50 [bgcolor=#008000]
10 RenderText {#text} at (20,42) size 379x40 10 RenderText {#text} at (20,42) size 379x40
11 text run at (20,42) width 379: " This is the second line of " 11 text run at (20,42) width 379: " This is the second line of "
12 RenderImage {IMG} at (398.92,50) size 20x100 [bgcolor=#800080] 12 LayoutImage {IMG} at (398.92,50) size 20x100 [bgcolor=#800080]
13 RenderText {#text} at (418,42) size 73x40 13 RenderText {#text} at (418,42) size 73x40
14 text run at (418,42) width 73: " text." 14 text run at (418,42) width 73: " text."
15 selection start: position 1 of child 0 {#text} of body 15 selection start: position 1 of child 0 {#text} of body
16 selection end: position 1 of child 3 {IMG} of body 16 selection end: position 1 of child 3 {IMG} of body
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698