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

Unified Diff: LayoutTests/platform/android/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/android/css1/conformance/forward_compatible_parsing-expected.txt
diff --git a/LayoutTests/platform/android/css1/conformance/forward_compatible_parsing-expected.txt b/LayoutTests/platform/android/css1/conformance/forward_compatible_parsing-expected.txt
index 599a1556e5f1ad22e24141406505fa49c67e6808..b3b93bbfef3e0a4ac1150c7c3118b07d6bfe6ac8 100644
--- a/LayoutTests/platform/android/css1/conformance/forward_compatible_parsing-expected.txt
+++ b/LayoutTests/platform/android/css1/conformance/forward_compatible_parsing-expected.txt
@@ -170,7 +170,7 @@ layer at (0,0) size 785x4321
text run at (0,20) width 228: "standards (e.g., font names or URLs.)"
LayoutBlockFlow {OL} at (0,1547) size 769x20
LayoutListItem {LI} at (40,0) size 729x20
- LayoutListMarker at (-21,0) size 16x19: "1"
+ LayoutListMarker (anonymous) at (-21,0) size 16x19: "1"
LayoutText {#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."
LayoutBlockFlow {P} at (0,1583) size 769x40
@@ -179,7 +179,7 @@ layer at (0,0) size 785x4321
text run at (0,20) width 58: "first child."
LayoutBlockFlow {UL} at (0,1639) size 769x40
LayoutListItem {LI} at (40,0) size 729x40
- LayoutListMarker at (-18,0) size 7x19: bullet
+ LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
LayoutText {#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."
@@ -388,7 +388,7 @@ layer at (0,0) size 785x4321
text run at (0,20) width 228: "standards (e.g., font names or URLs.)"
LayoutBlockFlow {OL} at (4,620) size 747x20
LayoutListItem {LI} at (40,0) size 707x20
- LayoutListMarker at (-21,0) size 16x19: "1"
+ LayoutListMarker (anonymous) at (-21,0) size 16x19: "1"
LayoutText {#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."
LayoutBlockFlow {P} at (4,656) size 747x40
@@ -397,7 +397,7 @@ layer at (0,0) size 785x4321
text run at (0,20) width 80: "the first child."
LayoutBlockFlow {UL} at (4,712) size 747x40
LayoutListItem {LI} at (40,0) size 707x40
- LayoutListMarker at (-18,0) size 7x19: bullet
+ LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
LayoutText {#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