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

Side by Side Diff: LayoutTests/platform/mac/fast/css/color-correction-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 RenderBlock {P} at (0,0) size 784x90 6 RenderBlock {P} at (0,0) size 784x90
7 RenderText {#text} at (0,0) size 781x90 7 RenderText {#text} at (0,0) size 781x90
8 text run at (0,0) width 781: "This test demonstrates -webkit-color-cor rection. Below are 3 images with 20 pixel borders. The images are all the same - -" 8 text run at (0,0) width 781: "This test demonstrates -webkit-color-cor rection. Below are 3 images with 20 pixel borders. The images are all the same - -"
9 text run at (0,18) width 770: "purple with an sRGB color profile. The border is the same CSS color for all three images. The first image has no specia l" 9 text run at (0,18) width 770: "purple with an sRGB color profile. The border is the same CSS color for all three images. The first image has no specia l"
10 text run at (0,36) width 748: "CSS. The second has -webkit-color-corre ction set to default, so it matches the first image. And the third has -webkit-" 10 text run at (0,36) width 748: "CSS. The second has -webkit-color-corre ction set to default, so it matches the first image. And the third has -webkit-"
11 text run at (0,54) width 767: "color-correction set to sRGB. This colo r-corrects the purple border from the sRGB color space, and the result is that t he" 11 text run at (0,54) width 767: "color-correction set to sRGB. This colo r-corrects the purple border from the sRGB color space, and the result is that t he"
12 text run at (0,72) width 183: "border and the image match." 12 text run at (0,72) width 183: "border and the image match."
13 RenderBlock (anonymous) at (0,106) size 784x144 13 RenderBlock (anonymous) at (0,106) size 784x144
14 RenderImage {IMG} at (0,0) size 140x140 [border: (20px solid #560063)] 14 LayoutImage {IMG} at (0,0) size 140x140 [border: (20px solid #560063)]
15 RenderText {#text} at (140,126) size 4x18 15 RenderText {#text} at (140,126) size 4x18
16 text run at (140,126) width 4: " " 16 text run at (140,126) width 4: " "
17 RenderImage {IMG} at (144,0) size 140x140 [border: (20px solid #560063)] 17 LayoutImage {IMG} at (144,0) size 140x140 [border: (20px solid #560063)]
18 RenderText {#text} at (284,126) size 4x18 18 RenderText {#text} at (284,126) size 4x18
19 text run at (284,126) width 4: " " 19 text run at (284,126) width 4: " "
20 RenderImage {IMG} at (288,0) size 140x140 [border: (20px solid #560063)] 20 LayoutImage {IMG} at (288,0) size 140x140 [border: (20px solid #560063)]
21 RenderText {#text} at (0,0) size 0x0 21 RenderText {#text} at (0,0) size 0x0
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698