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

Unified Diff: LayoutTests/platform/linux/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/linux/css2.1/t0905-c414-flt-01-d-g-expected.txt
diff --git a/LayoutTests/platform/linux/css2.1/t0905-c414-flt-01-d-g-expected.txt b/LayoutTests/platform/linux/css2.1/t0905-c414-flt-01-d-g-expected.txt
index 42d886ebe324576f1a1427132e3a8a5e368ab212..29f22d7247ab26c5c57eb2d831392ba5ec9cbcf5 100644
--- a/LayoutTests/platform/linux/css2.1/t0905-c414-flt-01-d-g-expected.txt
+++ b/LayoutTests/platform/linux/css2.1/t0905-c414-flt-01-d-g-expected.txt
@@ -7,9 +7,9 @@ layer at (0,0) size 800x164
RenderText {#text} at (0,0) size 386x19
text run at (0,0) width 386: "The two patterns below should be identical, with no red present."
RenderBlock {DIV} at (0,36) 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,116) 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