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

Unified Diff: LayoutTests/platform/android/fast/css-generated-content/after-order-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/android/fast/css-generated-content/after-order-expected.txt
diff --git a/LayoutTests/platform/android/fast/css-generated-content/after-order-expected.txt b/LayoutTests/platform/android/fast/css-generated-content/after-order-expected.txt
index 6ec4183473dead9777ccbbba5cff1a8ad4779216..fd5ae1935425aeec08cd1d657e9b88bec82f46f6 100644
--- a/LayoutTests/platform/android/fast/css-generated-content/after-order-expected.txt
+++ b/LayoutTests/platform/android/fast/css-generated-content/after-order-expected.txt
@@ -13,7 +13,7 @@ layer at (0,0) size 800x600
RenderInline (generated) at (0,0) size 461x19
RenderText at (50,21) size 224x19
text run at (50,21) width 224: "This should be before the green box. "
- RenderImage at (274,11) size 25x25
+ LayoutImage at (274,11) size 25x25
RenderText at (299,21) size 212x19
text run at (299,21) width 212: " This should be after the green box."
RenderBlock {DIV} at (10,98) size 764x92 [border: (1px solid #000000)]
@@ -23,7 +23,7 @@ layer at (0,0) size 800x600
RenderText at (0,0) size 189x49
text run at (0,0) width 189: "This should be before the green"
text run at (0,30) width 31: "box. "
- RenderImage at (31,20) size 25x25
+ LayoutImage at (31,20) size 25x25
RenderText at (56,30) size 200x39
text run at (56,30) width 144: " This should be after the"
text run at (0,50) width 64: "green box."
@@ -35,7 +35,7 @@ layer at (0,0) size 800x600
RenderText at (0,0) size 189x49
text run at (0,0) width 189: "This should be before the green"
text run at (0,30) width 31: "box. "
- RenderImage at (31,20) size 25x25
+ LayoutImage at (31,20) size 25x25
RenderText at (56,30) size 200x39
text run at (56,30) width 144: " This should be after the"
text run at (0,50) width 64: "green box."

Powered by Google App Engine
This is Rietveld 408576698