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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/platform/linux/fast/css/color-correction-expected.txt
diff --git a/LayoutTests/platform/linux/fast/css/color-correction-expected.txt b/LayoutTests/platform/linux/fast/css/color-correction-expected.txt
index 0919b6b4c6d7f63d6b7b5311b364359bc543b5ea..891a50bc9f39147e7faeaa52822d349c78c44eb4 100644
--- a/LayoutTests/platform/linux/fast/css/color-correction-expected.txt
+++ b/LayoutTests/platform/linux/fast/css/color-correction-expected.txt
@@ -10,11 +10,11 @@ layer at (0,0) size 800x600
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-correction set to"
text run at (0,60) width 763: "sRGB. This color-corrects the purple border from the sRGB color space, and the result is that the border and the image match."
RenderBlock (anonymous) at (0,96) size 784x145
- RenderImage {IMG} at (0,0) size 140x140 [border: (20px solid #560063)]
+ LayoutImage {IMG} at (0,0) size 140x140 [border: (20px solid #560063)]
RenderText {#text} at (140,125) size 4x19
text run at (140,125) width 4: " "
- RenderImage {IMG} at (144,0) size 140x140 [border: (20px solid #560063)]
+ LayoutImage {IMG} at (144,0) size 140x140 [border: (20px solid #560063)]
RenderText {#text} at (284,125) size 4x19
text run at (284,125) width 4: " "
- RenderImage {IMG} at (288,0) size 140x140 [border: (20px solid #560063)]
+ LayoutImage {IMG} at (288,0) size 140x140 [border: (20px solid #560063)]
RenderText {#text} at (0,0) size 0x0

Powered by Google App Engine
This is Rietveld 408576698