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

Side by Side Diff: LayoutTests/platform/win-xp/fast/replaced/absolute-image-sizing-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 784x40 6 RenderBlock {P} at (0,0) size 784x40
7 RenderText {#text} at (0,0) size 770x39 7 RenderText {#text} at (0,0) size 770x39
8 text run at (0,0) width 770: "An absolute-positioned image with only o ne dimension specified should retain its aspect ratio. If this test succeeded, t here should" 8 text run at (0,0) width 770: "An absolute-positioned image with only o ne dimension specified should retain its aspect ratio. If this test succeeded, t here should"
9 text run at (0,20) width 466: "be no red on the page and both compasse s should be equal in size and height." 9 text run at (0,20) width 466: "be no red on the page and both compasse s should be equal in size and height."
10 layer at (8,64) size 200x200 10 layer at (8,64) size 200x200
11 RenderBlock (positioned) {DIV} at (8,64) size 200x200 [bgcolor=#FF0000] 11 RenderBlock (positioned) {DIV} at (8,64) size 200x200 [bgcolor=#FF0000]
12 layer at (8,64) size 200x200 12 layer at (8,64) size 200x200
13 RenderImage {IMG} at (8,64) size 200x200 13 LayoutImage {IMG} at (8,64) size 200x200
14 layer at (300,64) size 200x200 14 layer at (300,64) size 200x200
15 RenderBlock (positioned) {DIV} at (300,64) size 200x200 [bgcolor=#FF0000] 15 RenderBlock (positioned) {DIV} at (300,64) size 200x200 [bgcolor=#FF0000]
16 layer at (300,64) size 200x200 16 layer at (300,64) size 200x200
17 RenderImage {IMG} at (300,64) size 200x200 17 LayoutImage {IMG} at (300,64) size 200x200
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698