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

Unified Diff: LayoutTests/platform/mac/virtual/slimmingpaint/fast/css/compare-content-style-expected.txt

Issue 931423003: Rename rendering/RenderList* to layout/LayoutList* (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove spurious LayoutLayerModelObject reference 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/virtual/slimmingpaint/fast/css/compare-content-style-expected.txt
diff --git a/LayoutTests/platform/mac/virtual/slimmingpaint/fast/css/compare-content-style-expected.txt b/LayoutTests/platform/mac/virtual/slimmingpaint/fast/css/compare-content-style-expected.txt
index 2985a0ab1d84b14a16f2ab543beb12c53381f684..ec84725769e4bda1a0398eeda69976c448da70dc 100644
--- a/LayoutTests/platform/mac/virtual/slimmingpaint/fast/css/compare-content-style-expected.txt
+++ b/LayoutTests/platform/mac/virtual/slimmingpaint/fast/css/compare-content-style-expected.txt
@@ -34,15 +34,15 @@ layer at (0,0) size 800x236
RenderText {#text} at (0,0) size 683x18
text run at (0,0) width 683: "Bug 23741: StyleRareNonInheritedData::operator==() should not compare ContentData objects by pointer"
RenderBlock {OL} at (0,34) size 784x54
- RenderListItem {LI} at (40,0) size 744x18
- RenderListMarker at (-20,0) size 16x18: "1"
+ LayoutListItem {LI} at (40,0) size 744x18
+ LayoutListMarker at (-20,0) size 16x18: "1"
RenderText {#text} at (0,0) size 350x18
text run at (0,0) width 350: "All lines above should be \"PASS\" on initial page load."
- RenderListItem {LI} at (40,18) size 744x18
- RenderListMarker at (-20,0) size 16x18: "2"
+ LayoutListItem {LI} at (40,18) size 744x18
+ LayoutListMarker at (-20,0) size 16x18: "2"
RenderText {#text} at (0,0) size 142x18
text run at (0,0) width 142: "Reload the page once."
- RenderListItem {LI} at (40,36) size 744x18
- RenderListMarker at (-20,0) size 16x18: "3"
+ LayoutListItem {LI} at (40,36) size 744x18
+ LayoutListMarker at (-20,0) size 16x18: "3"
RenderText {#text} at (0,0) size 250x18
text run at (0,0) width 250: "All lines above should still be \"PASS\"."

Powered by Google App Engine
This is Rietveld 408576698