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

Unified Diff: LayoutTests/platform/mac/css2.1/t0905-c414-flt-01-d-g-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/mac/css2.1/t0905-c414-flt-01-d-g-expected.txt
diff --git a/LayoutTests/platform/mac/css2.1/t0905-c414-flt-01-d-g-expected.txt b/LayoutTests/platform/mac/css2.1/t0905-c414-flt-01-d-g-expected.txt
index 7320bbb57545f9f4ffa5b57ca2112e2fc2eb73f0..9b9bdaa92a7e23a9e0217496e72941b66363cc51 100644
--- a/LayoutTests/platform/mac/css2.1/t0905-c414-flt-01-d-g-expected.txt
+++ b/LayoutTests/platform/mac/css2.1/t0905-c414-flt-01-d-g-expected.txt
@@ -7,9 +7,9 @@ layer at (0,0) size 800x162
RenderText {#text} at (0,0) size 411x18
text run at (0,0) width 411: "The two patterns below should be identical, with no red present."
RenderBlock {DIV} at (0,34) size 784x64
- RenderImage {IMG} at (16,16) size 160x16 [color=#FFFF00] [bgcolor=#FF0000]
- RenderImage {IMG} at (96,32) size 160x16 [color=#FFFF00] [bgcolor=#FF0000]
+ LayoutImage {IMG} at (16,16) size 160x16 [color=#FFFF00] [bgcolor=#FF0000]
+ LayoutImage {IMG} at (96,32) size 160x16 [color=#FFFF00] [bgcolor=#FF0000]
RenderBlock {DIV} at (16,114) size 240x0
RenderBlock {DIV} at (0,0) size 240x0 [bgcolor=#FF0000]
- RenderImage {IMG} at (0,0) size 160x16 [color=#FFFF00]
- RenderImage {IMG} at (80,16) size 160x16 [color=#FFFF00]
+ LayoutImage {IMG} at (0,0) size 160x16 [color=#FFFF00]
+ LayoutImage {IMG} at (80,16) size 160x16 [color=#FFFF00]

Powered by Google App Engine
This is Rietveld 408576698