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

Side by Side Diff: LayoutTests/platform/linux/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 784x80 6 RenderBlock {P} at (0,0) size 784x80
7 RenderText {#text} at (0,0) size 779x79 7 RenderText {#text} at (0,0) size 779x79
8 text run at (0,0) width 779: "This test demonstrates -webkit-color-cor rection. Below are 3 images with 20 pixel borders. The images are all the same - - purple" 8 text run at (0,0) width 779: "This test demonstrates -webkit-color-cor rection. Below are 3 images with 20 pixel borders. The images are all the same - - purple"
9 text run at (0,20) width 740: "with an sRGB color profile. The border is the same CSS color for all three images. The first image has no special CSS. The" 9 text run at (0,20) width 740: "with an sRGB color profile. The border is the same CSS color for all three images. The first image has no special CSS. The"
10 text run at (0,40) width 779: "second has -webkit-color-correction set to default, so it matches the first image. And the third has -webkit-color-corr ection set to" 10 text run at (0,40) width 779: "second has -webkit-color-correction set to default, so it matches the first image. And the third has -webkit-color-corr ection set to"
11 text run at (0,60) width 763: "sRGB. This color-corrects the purple bo rder from the sRGB color space, and the result is that the border and the image match." 11 text run at (0,60) width 763: "sRGB. This color-corrects the purple bo rder from the sRGB color space, and the result is that the border and the image match."
12 RenderBlock (anonymous) at (0,96) size 784x145 12 RenderBlock (anonymous) at (0,96) size 784x145
13 RenderImage {IMG} at (0,0) size 140x140 [border: (20px solid #560063)] 13 LayoutImage {IMG} at (0,0) size 140x140 [border: (20px solid #560063)]
14 RenderText {#text} at (140,125) size 4x19 14 RenderText {#text} at (140,125) size 4x19
15 text run at (140,125) width 4: " " 15 text run at (140,125) width 4: " "
16 RenderImage {IMG} at (144,0) size 140x140 [border: (20px solid #560063)] 16 LayoutImage {IMG} at (144,0) size 140x140 [border: (20px solid #560063)]
17 RenderText {#text} at (284,125) size 4x19 17 RenderText {#text} at (284,125) size 4x19
18 text run at (284,125) width 4: " " 18 text run at (284,125) width 4: " "
19 RenderImage {IMG} at (288,0) size 140x140 [border: (20px solid #560063)] 19 LayoutImage {IMG} at (288,0) size 140x140 [border: (20px solid #560063)]
20 RenderText {#text} at (0,0) size 0x0 20 RenderText {#text} at (0,0) size 0x0
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698