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

Unified Diff: LayoutTests/platform/linux/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/linux/css1/conformance/forward_compatible_parsing-expected.txt
diff --git a/LayoutTests/platform/linux/css1/conformance/forward_compatible_parsing-expected.txt b/LayoutTests/platform/linux/css1/conformance/forward_compatible_parsing-expected.txt
index 1f93444f747f38a5fb30889ae157c744b00ac04b..ddb76d268c93d874ae38b4af7d5b791ea1ca69b9 100644
--- a/LayoutTests/platform/linux/css1/conformance/forward_compatible_parsing-expected.txt
+++ b/LayoutTests/platform/linux/css1/conformance/forward_compatible_parsing-expected.txt
@@ -169,8 +169,8 @@ layer at (0,0) size 785x4321 backgroundClip at (0,0) size 785x600 clip at (0,0)
text run at (197,0) width 529: "CSS is case-insensitive, unless required to be case sensitive due to interaction with other"
text run at (0,20) width 228: "standards (e.g., font names or URLs.)"
RenderBlock {OL} at (0,1547) size 769x20
- RenderListItem {LI} at (40,0) size 729x20
- RenderListMarker at (-21,0) size 16x19: "1"
+ LayoutListItem {LI} at (40,0) size 729x20
+ LayoutListMarker at (-21,0) size 16x19: "1"
RenderText {#text} at (0,0) size 596x19
text run at (0,0) width 596: "This ordered list item should be black, because the declaration has an invalid pseudo-class selector."
RenderBlock {P} at (0,1583) size 769x40
@@ -178,8 +178,8 @@ layer at (0,0) size 785x4321 backgroundClip at (0,0) size 785x600 clip at (0,0)
text run at (0,0) width 764: "This paragraph should be black, because, in CSS1, :first-child is an invalid pseudo-class, and in CSS2, this paragraph is not the"
text run at (0,20) width 58: "first child."
RenderBlock {UL} at (0,1639) size 769x40
- RenderListItem {LI} at (40,0) size 729x40
- RenderListMarker at (-18,0) size 7x19: bullet
+ LayoutListItem {LI} at (40,0) size 729x40
+ LayoutListMarker at (-18,0) size 7x19: bullet
RenderText {#text} at (0,0) size 728x39
text run at (0,0) width 728: "This unordered list item should be black, because, according to CSS1, the selector is invalid, and according to CSS2, the"
text run at (0,20) width 154: "selector should not apply."
@@ -387,8 +387,8 @@ layer at (0,0) size 785x4321 backgroundClip at (0,0) size 785x600 clip at (0,0)
text run at (197,0) width 529: "CSS is case-insensitive, unless required to be case sensitive due to interaction with other"
text run at (0,20) width 228: "standards (e.g., font names or URLs.)"
RenderBlock {OL} at (4,620) size 747x20
- RenderListItem {LI} at (40,0) size 707x20
- RenderListMarker at (-21,0) size 16x19: "1"
+ LayoutListItem {LI} at (40,0) size 707x20
+ LayoutListMarker at (-21,0) size 16x19: "1"
RenderText {#text} at (0,0) size 596x19
text run at (0,0) width 596: "This ordered list item should be black, because the declaration has an invalid pseudo-class selector."
RenderBlock {P} at (4,656) size 747x40
@@ -396,8 +396,8 @@ layer at (0,0) size 785x4321 backgroundClip at (0,0) size 785x600 clip at (0,0)
text run at (0,0) width 742: "This paragraph should be black, because, in CSS1, :first-child is an invalid pseudo-class, and in CSS2, this paragraph is not"
text run at (0,20) width 80: "the first child."
RenderBlock {UL} at (4,712) size 747x40
- RenderListItem {LI} at (40,0) size 707x40
- RenderListMarker at (-18,0) size 7x19: bullet
+ LayoutListItem {LI} at (40,0) size 707x40
+ LayoutListMarker at (-18,0) size 7x19: bullet
RenderText {#text} at (0,0) size 706x39
text run at (0,0) width 706: "This unordered list item should be black, because, according to CSS1, the selector is invalid, and according to CSS2,"
text run at (0,20) width 176: "the selector should not apply."

Powered by Google App Engine
This is Rietveld 408576698