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

Unified Diff: LayoutTests/platform/win/css1/conformance/forward_compatible_parsing-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/conformance/forward_compatible_parsing-expected.txt
diff --git a/LayoutTests/platform/win/css1/conformance/forward_compatible_parsing-expected.txt b/LayoutTests/platform/win/css1/conformance/forward_compatible_parsing-expected.txt
index a447867a88a06c46456f57cfe344214f44f05431..b75d928c7e4dee58d7fe0bf447bdaf3217c1deed 100644
--- a/LayoutTests/platform/win/css1/conformance/forward_compatible_parsing-expected.txt
+++ b/LayoutTests/platform/win/css1/conformance/forward_compatible_parsing-expected.txt
@@ -169,8 +169,8 @@ layer at (0,0) size 785x4107 backgroundClip at (0,0) size 785x600 clip at (0,0)
text run at (209,0) width 530: "CSS is case-insensitive, unless required to be case sensitive due to interaction with"
text run at (0,18) width 278: "other standards (e.g., font names or URLs.)"
RenderBlock {OL} at (0,1505) size 769x18
- RenderListItem {LI} at (40,0) size 729x18
- RenderListMarker at (-20,0) size 16x17: "1"
+ LayoutListItem {LI} at (40,0) size 729x18
+ LayoutListMarker at (-20,0) size 16x17: "1"
RenderText {#text} at (0,0) size 636x17
text run at (0,0) width 636: "This ordered list item should be black, because the declaration has an invalid pseudo-class selector."
RenderBlock {P} at (0,1539) size 769x36
@@ -178,8 +178,8 @@ layer at (0,0) size 785x4107 backgroundClip at (0,0) size 785x600 clip at (0,0)
text run at (0,0) width 766: "This paragraph should be black, because, in CSS1, :first-child is an invalid pseudo-class, and in CSS2, this paragraph is"
text run at (0,18) width 114: "not the first child."
RenderBlock {UL} at (0,1591) size 769x36
- RenderListItem {LI} at (40,0) size 729x36
- RenderListMarker at (-17,0) size 7x17: bullet
+ LayoutListItem {LI} at (40,0) size 729x36
+ LayoutListMarker at (-17,0) size 7x17: bullet
RenderText {#text} at (0,0) size 704x35
text run at (0,0) width 704: "This unordered list item should be black, because, according to CSS1, the selector is invalid, and according to"
text run at (0,18) width 233: "CSS2, the selector should not apply."
@@ -391,8 +391,8 @@ layer at (0,0) size 785x4107 backgroundClip at (0,0) size 785x600 clip at (0,0)
text run at (209,0) width 530: "CSS is case-insensitive, unless required to be case sensitive due to interaction with"
text run at (0,18) width 278: "other standards (e.g., font names or URLs.)"
RenderBlock {OL} at (4,598) size 747x18
- RenderListItem {LI} at (40,0) size 707x18
- RenderListMarker at (-20,0) size 16x17: "1"
+ LayoutListItem {LI} at (40,0) size 707x18
+ LayoutListMarker at (-20,0) size 16x17: "1"
RenderText {#text} at (0,0) size 636x17
text run at (0,0) width 636: "This ordered list item should be black, because the declaration has an invalid pseudo-class selector."
RenderBlock {P} at (4,632) size 747x36
@@ -400,8 +400,8 @@ layer at (0,0) size 785x4107 backgroundClip at (0,0) size 785x600 clip at (0,0)
text run at (0,0) width 684: "This paragraph should be black, because, in CSS1, :first-child is an invalid pseudo-class, and in CSS2, this"
text run at (0,18) width 197: "paragraph is not the first child."
RenderBlock {UL} at (4,684) size 747x36
- RenderListItem {LI} at (40,0) size 707x36
- RenderListMarker at (-17,0) size 7x17: bullet
+ LayoutListItem {LI} at (40,0) size 707x36
+ LayoutListMarker at (-17,0) size 7x17: bullet
RenderText {#text} at (0,0) size 704x35
text run at (0,0) width 704: "This unordered list item should be black, because, according to CSS1, the selector is invalid, and according to"
text run at (0,18) width 233: "CSS2, the selector should not apply."

Powered by Google App Engine
This is Rietveld 408576698