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/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/win/css1/basic/contextual_selectors-expected.txt
diff --git a/LayoutTests/platform/win/css1/basic/contextual_selectors-expected.txt b/LayoutTests/platform/win/css1/basic/contextual_selectors-expected.txt
index f048d9ee514bb372c0a6222be7d85bdd21263877..9eedd0403aac83c2479d39449287d878764e3f95 100644
--- a/LayoutTests/platform/win/css1/basic/contextual_selectors-expected.txt
+++ b/LayoutTests/platform/win/css1/basic/contextual_selectors-expected.txt
@@ -28,9 +28,9 @@ layer at (0,0) size 800x600
RenderText {#text} at (606,0) size 5x17
text run at (606,0) width 5: "."
RenderBlock {UL} at (0,197) 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 7x17: bullet
+ LayoutListMarker at (-17,0) size 7x17: bullet
RenderInline {EM} at (0,0) size 40x17 [color=#008000]
RenderText {#text} at (0,0) size 40x17
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 7x17: white bullet
+ LayoutListItem {LI} at (40,0) size 704x18 [color=#008000]
+ LayoutListMarker at (-17,0) size 7x17: white bullet
RenderText {#text} at (0,0) size 138x17
text run at (0,0) width 138: "This should be green."
LayoutTable {TABLE} at (0,249) size 730x156 [border: (1px outset #808080)]
@@ -66,9 +66,9 @@ layer at (0,0) size 800x600
RenderText {#text} at (668,0) size 6x17
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 7x17: bullet
+ LayoutListMarker at (-17,0) size 7x17: bullet
RenderInline {EM} at (0,0) size 40x17 [color=#008000]
RenderText {#text} at (0,0) size 40x17
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 7x17: white bullet
+ LayoutListItem {LI} at (40,0) size 628x18 [color=#008000]
+ LayoutListMarker at (-17,0) size 7x17: white bullet
RenderText {#text} at (0,0) size 138x17
text run at (0,0) width 138: "This should be green."

Powered by Google App Engine
This is Rietveld 408576698