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

Unified Diff: LayoutTests/platform/win/css1/conformance/forward_compatible_parsing-expected.txt

Issue 1106693002: Move the anonymous decoration to decoratedName. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 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 b4b2816f53a0a26e67aab3ca671efa492394330a..feb9251268498d170c96c7c51d70b4e0ae8b3dba 100644
--- a/LayoutTests/platform/win/css1/conformance/forward_compatible_parsing-expected.txt
+++ b/LayoutTests/platform/win/css1/conformance/forward_compatible_parsing-expected.txt
@@ -170,7 +170,7 @@ layer at (0,0) size 785x4107 backgroundClip at (0,0) size 785x600 clip at (0,0)
text run at (0,18) width 278: "other standards (e.g., font names or URLs.)"
LayoutBlockFlow {OL} at (0,1505) size 769x18
LayoutListItem {LI} at (40,0) size 729x18
- LayoutListMarker at (-20,0) size 16x17: "1"
+ LayoutListMarker (anonymous) at (-20,0) size 16x17: "1"
LayoutText {#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."
LayoutBlockFlow {P} at (0,1539) size 769x36
@@ -179,7 +179,7 @@ layer at (0,0) size 785x4107 backgroundClip at (0,0) size 785x600 clip at (0,0)
text run at (0,18) width 114: "not the first child."
LayoutBlockFlow {UL} at (0,1591) size 769x36
LayoutListItem {LI} at (40,0) size 729x36
- LayoutListMarker at (-17,0) size 7x17: bullet
+ LayoutListMarker (anonymous) at (-17,0) size 7x17: bullet
LayoutText {#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."
@@ -392,7 +392,7 @@ layer at (0,0) size 785x4107 backgroundClip at (0,0) size 785x600 clip at (0,0)
text run at (0,18) width 278: "other standards (e.g., font names or URLs.)"
LayoutBlockFlow {OL} at (4,598) size 747x18
LayoutListItem {LI} at (40,0) size 707x18
- LayoutListMarker at (-20,0) size 16x17: "1"
+ LayoutListMarker (anonymous) at (-20,0) size 16x17: "1"
LayoutText {#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."
LayoutBlockFlow {P} at (4,632) size 747x36
@@ -401,7 +401,7 @@ layer at (0,0) size 785x4107 backgroundClip at (0,0) size 785x600 clip at (0,0)
text run at (0,18) width 197: "paragraph is not the first child."
LayoutBlockFlow {UL} at (4,684) size 747x36
LayoutListItem {LI} at (40,0) size 707x36
- LayoutListMarker at (-17,0) size 7x17: bullet
+ LayoutListMarker (anonymous) at (-17,0) size 7x17: bullet
LayoutText {#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