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

Unified Diff: LayoutTests/platform/mac/css1/basic/contextual_selectors-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/css1/basic/contextual_selectors-expected.txt
diff --git a/LayoutTests/platform/mac/css1/basic/contextual_selectors-expected.txt b/LayoutTests/platform/mac/css1/basic/contextual_selectors-expected.txt
index e1f44d8b6fb42f322d5d34694c9b76ea6f178c4e..ebbe2ceeece4941d6cdf58cea81c302b037a5774 100644
--- a/LayoutTests/platform/mac/css1/basic/contextual_selectors-expected.txt
+++ b/LayoutTests/platform/mac/css1/basic/contextual_selectors-expected.txt
@@ -28,9 +28,9 @@ layer at (0,0) size 800x600
RenderText {#text} at (606,0) size 5x18
text run at (606,0) width 5: "."
RenderBlock {UL} at (0,193) size 784x36
- RenderListItem {LI} at (40,0) size 744x36
+ LayoutListItem {LI} at (40,0) size 744x36
RenderBlock (anonymous) at (0,0) size 744x18
- RenderListMarker at (-17,0) size 7x18: bullet
+ LayoutListMarker at (-17,0) size 7x18: bullet
RenderInline {EM} at (0,0) size 40x18 [color=#008000]
RenderText {#text} at (0,0) size 40x18
text run at (0,0) width 40: "Hello."
@@ -38,8 +38,8 @@ layer at (0,0) size 800x600
text run at (39,0) width 5: " "
text run at (43,0) width 403: "The first \"hello\" should be green, but this part should be black."
RenderBlock {UL} at (0,18) size 744x18
- RenderListItem {LI} at (40,0) size 704x18 [color=#008000]
- RenderListMarker at (-17,0) size 7x18: white bullet
+ LayoutListItem {LI} at (40,0) size 704x18 [color=#008000]
+ LayoutListMarker at (-17,0) size 7x18: white bullet
RenderText {#text} at (0,0) size 138x18
text run at (0,0) width 138: "This should be green."
LayoutTable {TABLE} at (0,245) size 730x156 [border: (1px outset #808080)]
@@ -66,9 +66,9 @@ layer at (0,0) size 800x600
RenderText {#text} at (668,0) size 6x18
text run at (668,0) width 6: "."
RenderBlock {UL} at (4,72) size 708x36
- RenderListItem {LI} at (40,0) size 668x36
+ LayoutListItem {LI} at (40,0) size 668x36
RenderBlock (anonymous) at (0,0) size 668x18
- RenderListMarker at (-17,0) size 7x18: bullet
+ LayoutListMarker at (-17,0) size 7x18: bullet
RenderInline {EM} at (0,0) size 40x18 [color=#008000]
RenderText {#text} at (0,0) size 40x18
text run at (0,0) width 40: "Hello."
@@ -76,7 +76,7 @@ layer at (0,0) size 800x600
text run at (39,0) width 5: " "
text run at (43,0) width 403: "The first \"hello\" should be green, but this part should be black."
RenderBlock {UL} at (0,18) size 668x18
- RenderListItem {LI} at (40,0) size 628x18 [color=#008000]
- RenderListMarker at (-17,0) size 7x18: white bullet
+ LayoutListItem {LI} at (40,0) size 628x18 [color=#008000]
+ LayoutListMarker at (-17,0) size 7x18: white bullet
RenderText {#text} at (0,0) size 138x18
text run at (0,0) width 138: "This should be green."

Powered by Google App Engine
This is Rietveld 408576698