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

Unified Diff: LayoutTests/platform/win/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/win/fast/css-generated-content/after-order-expected.txt
diff --git a/LayoutTests/platform/win/fast/css-generated-content/after-order-expected.txt b/LayoutTests/platform/win/fast/css-generated-content/after-order-expected.txt
index 4594b5ed0c720f30a99901ce115b3bffc305d48f..49a43781d29af8a94a0ab98ba17f73f5315740bc 100644
--- a/LayoutTests/platform/win/fast/css-generated-content/after-order-expected.txt
+++ b/LayoutTests/platform/win/fast/css-generated-content/after-order-expected.txt
@@ -13,7 +13,7 @@ layer at (0,0) size 800x600
RenderInline {<pseudo:after>} at (0,0) size 491x17
RenderTextFragment at (56,22) size 239x17
text run at (56,22) width 239: "This should be before the green box. "
- RenderImage at (294.92,11) size 25x25
+ LayoutImage at (294.92,11) size 25x25
RenderTextFragment at (319,22) size 228x17
text run at (319,22) width 228: " This should be after the green box."
RenderBlock {DIV} at (10,95) size 764x87 [border: (1px solid #000000)]
@@ -23,7 +23,7 @@ layer at (0,0) size 800x600
RenderTextFragment at (0,0) size 163x46
text run at (0,0) width 163: "This should be before the"
text run at (0,29) width 72: "green box. "
- RenderImage at (71.53,18) size 25x25
+ LayoutImage at (71.53,18) size 25x25
RenderTextFragment at (96,29) size 195x35
text run at (96,29) width 99: " This should be"
text run at (0,47) width 125: "after the green box."
@@ -35,7 +35,7 @@ layer at (0,0) size 800x600
RenderTextFragment at (0,0) size 163x46
text run at (0,0) width 163: "This should be before the"
text run at (0,29) width 72: "green box. "
- RenderImage at (71.53,18) size 25x25
+ LayoutImage at (71.53,18) size 25x25
RenderTextFragment at (96,29) size 195x35
text run at (96,29) width 99: " This should be"
text run at (0,47) width 125: "after the green box."

Powered by Google App Engine
This is Rietveld 408576698