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

Unified Diff: LayoutTests/platform/linux/css1/basic/id_as_selector-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/linux/css1/basic/id_as_selector-expected.txt
diff --git a/LayoutTests/platform/linux/css1/basic/id_as_selector-expected.txt b/LayoutTests/platform/linux/css1/basic/id_as_selector-expected.txt
index ffc90d59942940dbb101a9a58d223fa155cddd74..306aef2ae4658fbf1c9e71c841056c41a095a0db 100644
--- a/LayoutTests/platform/linux/css1/basic/id_as_selector-expected.txt
+++ b/LayoutTests/platform/linux/css1/basic/id_as_selector-expected.txt
@@ -47,8 +47,8 @@ layer at (0,0) size 785x659 backgroundClip at (0,0) size 785x600 clip at (0,0) s
text run at (0,0) width 472: "This sentence should be black, not purple [PRE ID=\"three\"]."
text run at (472,0) width 0: " "
RenderBlock {UL} at (0,364) size 769x20
- RenderListItem {LI} at (40,0) size 729x20
- RenderListMarker at (-18,0) size 7x19: bullet
+ LayoutListItem {LI} at (40,0) size 729x20
+ LayoutListMarker at (-18,0) size 7x19: bullet
RenderText {#text} at (0,0) size 226x19
text run at (0,0) width 226: "This sentence should NOT be purple."
LayoutTable {TABLE} at (0,400) size 422x243 [border: (1px outset #808080)]
@@ -86,7 +86,7 @@ layer at (0,0) size 785x659 backgroundClip at (0,0) size 785x600 clip at (0,0) s
text run at (0,0) width 360: "This sentence should be black [PRE ID=\"six\"]."
text run at (360,0) width 0: " "
RenderBlock {UL} at (4,173) size 400x20
- RenderListItem {LI} at (40,0) size 360x20
- RenderListMarker at (-18,0) size 7x19: bullet
+ LayoutListItem {LI} at (40,0) size 360x20
+ LayoutListMarker at (-18,0) size 7x19: bullet
RenderText {#text} at (0,0) size 226x19
text run at (0,0) width 226: "This sentence should NOT be purple."

Powered by Google App Engine
This is Rietveld 408576698