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

Side by Side Diff: LayoutTests/platform/win/fast/block/positioning/trailing-space-test-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,0) size 800x600 3 layer at (0,0) size 800x600
4 RenderBlock {HTML} at (0,0) size 800x600 4 RenderBlock {HTML} at (0,0) size 800x600
5 RenderBody {BODY} at (8,8) size 784x584 5 RenderBody {BODY} at (8,8) size 784x584
6 RenderInline {SPAN} at (0,0) size 281x19 [border: (1px solid #000000)] 6 RenderInline {SPAN} at (0,0) size 281x19 [border: (1px solid #000000)]
7 RenderText {#text} at (1,0) size 279x17 7 RenderText {#text} at (1,0) size 279x17
8 text run at (1,0) width 279: "These two boxes should be the same width ." 8 text run at (1,0) width 279: "These two boxes should be the same width ."
9 RenderBR {BR} at (280,14) size 1x0 9 RenderBR {BR} at (280,14) size 1x0
10 RenderInline {SPAN} at (0,0) size 281x19 [border: (1px solid #000000)] 10 RenderInline {SPAN} at (0,0) size 281x19 [border: (1px solid #000000)]
11 RenderText {#text} at (1,18) size 279x17 11 RenderText {#text} at (1,18) size 279x17
12 text run at (1,18) width 279: "These two boxes should be the same widt h." 12 text run at (1,18) width 279: "These two boxes should be the same widt h."
13 layer at (287,50) size 100x100 13 layer at (287,50) size 100x100
14 RenderImage {IMG} at (287.17,50) size 100x100 [bgcolor=#008000] 14 LayoutImage {IMG} at (287.17,50) size 100x100 [bgcolor=#008000]
15 layer at (287,150) size 100x100 15 layer at (287,150) size 100x100
16 RenderImage {IMG} at (287.17,150) size 100x100 [bgcolor=#008000] 16 LayoutImage {IMG} at (287.17,150) size 100x100 [bgcolor=#008000]
17 layer at (287,250) size 100x100 17 layer at (287,250) size 100x100
18 RenderImage {IMG} at (287.17,250) size 100x100 [bgcolor=#008000] 18 LayoutImage {IMG} at (287.17,250) size 100x100 [bgcolor=#008000]
19 layer at (287,350) size 100x100 19 layer at (287,350) size 100x100
20 RenderImage {IMG} at (287.17,350) size 100x100 [bgcolor=#008000] 20 LayoutImage {IMG} at (287.17,350) size 100x100 [bgcolor=#008000]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698