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

Side by Side Diff: LayoutTests/platform/win-xp/fast/block/positioning/058-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 784x576 5 RenderBody {BODY} at (8,8) size 784x576
6 RenderBlock {P} at (0,0) size 784x20 6 RenderBlock {P} at (0,0) size 784x20
7 RenderText {#text} at (0,0) size 92x19 7 RenderText {#text} at (0,0) size 92x19
8 text run at (0,0) width 92: "First paragraph" 8 text run at (0,0) width 92: "First paragraph"
9 RenderBlock {P} at (0,36) size 784x40 9 RenderBlock {P} at (0,36) size 784x40
10 RenderText {#text} at (0,0) size 219x19 10 RenderText {#text} at (0,0) size 219x19
11 text run at (0,0) width 219: "Here is some regular paragraph text " 11 text run at (0,0) width 219: "Here is some regular paragraph text "
12 RenderText {#text} at (0,20) size 100x19 12 RenderText {#text} at (0,20) size 100x19
13 text run at (0,20) width 100: "Some more text." 13 text run at (0,20) width 100: "Some more text."
14 RenderBlock {P} at (0,92) size 784x20 14 RenderBlock {P} at (0,92) size 784x20
15 RenderText {#text} at (0,0) size 510x19 15 RenderText {#text} at (0,0) size 510x19
16 text run at (0,0) width 510: "The image gets erroneously positioned to the top/left corner of the paragraph instead." 16 text run at (0,0) width 510: "The image gets erroneously positioned to the top/left corner of the paragraph instead."
17 layer at (8,44) size 560x19 17 layer at (8,44) size 560x19
18 RenderInline (relative positioned) {SPAN} at (0,0) size 560x19 [bgcolor=#90EE9 0] 18 RenderInline (relative positioned) {SPAN} at (0,0) size 560x19 [bgcolor=#90EE9 0]
19 RenderText {#text} at (219,0) size 560x19 19 RenderText {#text} at (219,0) size 560x19
20 text run at (219,0) width 560: "The image (found or not) should be positio ned at the top/left corner of this green-shaded text " 20 text run at (219,0) width 560: "The image (found or not) should be positio ned at the top/left corner of this green-shaded text "
21 layer at (227,44) size 42x42 21 layer at (227,44) size 42x42
22 RenderBlock (positioned) {IMG} at (0,0) size 42x42 [border: (1px solid #000000 )] 22 RenderBlock (positioned) {IMG} at (0,0) size 42x42 [border: (1px solid #000000 )]
23 layer at (228,45) size 40x40 clip at (229,46) size 38x38 23 layer at (228,45) size 40x40 clip at (229,46) size 38x38
24 RenderBlock {DIV} at (1,1) size 40x40 [border: (1px solid #C0C0C0)] 24 RenderBlock {DIV} at (1,1) size 40x40 [border: (1px solid #C0C0C0)]
25 RenderImage {IMG} at (2,2) size 16x16 25 LayoutImage {IMG} at (2,2) size 16x16
26 layer at (246,47) size 20x0 26 layer at (246,47) size 20x0
27 RenderBlock {DIV} at (18,2) size 20x0 27 RenderBlock {DIV} at (18,2) size 20x0
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698