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

Unified Diff: LayoutTests/platform/win/css1/box_properties/border_right_inline-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/box_properties/border_right_inline-expected.txt
diff --git a/LayoutTests/platform/win/css1/box_properties/border_right_inline-expected.txt b/LayoutTests/platform/win/css1/box_properties/border_right_inline-expected.txt
index 22967ef9af84fbd3ec625281b3699c42d0ca08a7..1e439f87ce21962f39832186087ecee4549ac043 100644
--- a/LayoutTests/platform/win/css1/box_properties/border_right_inline-expected.txt
+++ b/LayoutTests/platform/win/css1/box_properties/border_right_inline-expected.txt
@@ -59,28 +59,28 @@ layer at (0,0) size 785x1089 backgroundClip at (0,0) size 785x600 clip at (0,0)
LayoutBlockFlow {UL} at (0,420) size 769x162
LayoutListItem {LI} at (40,0) size 729x72 [border: none (3px solid #000000) none]
LayoutBlockFlow (anonymous) at (0,0) size 726x18
- LayoutListMarker at (-17,0) size 7x17: bullet
+ LayoutListMarker (anonymous) at (-17,0) size 7x17: bullet
LayoutText {#text} at (0,0) size 123x17
text run at (0,0) width 123: "This is a list item..."
LayoutBlockFlow {UL} at (0,18) size 726x54
LayoutListItem {LI} at (40,0) size 686x18
- LayoutListMarker at (-17,0) size 7x17: white bullet
+ LayoutListMarker (anonymous) at (-17,0) size 7x17: white bullet
LayoutText {#text} at (0,0) size 75x17
text run at (0,0) width 75: "...and this..."
LayoutListItem {LI} at (40,18) size 686x18
- LayoutListMarker at (-17,0) size 7x17: white bullet
+ LayoutListMarker (anonymous) at (-17,0) size 7x17: white bullet
LayoutText {#text} at (0,0) size 118x17
text run at (0,0) width 118: "...is a second list..."
LayoutListItem {LI} at (40,36) size 686x18
- LayoutListMarker at (-17,0) size 7x17: white bullet
+ LayoutListMarker (anonymous) at (-17,0) size 7x17: white bullet
LayoutText {#text} at (0,0) size 182x17
text run at (0,0) width 182: "...nested within the list item."
LayoutListItem {LI} at (40,72) size 729x18 [border: none (3px solid #800080) none]
- LayoutListMarker at (-17,0) size 7x17: bullet
+ LayoutListMarker (anonymous) at (-17,0) size 7x17: bullet
LayoutText {#text} at (0,0) size 163x17
text run at (0,0) width 163: "This is a second list item."
LayoutListItem {LI} at (40,90) size 729x72 [border: none (3px solid #0000FF) none]
- LayoutListMarker at (-17,0) size 7x17: bullet
+ LayoutListMarker (anonymous) at (-17,0) size 7x17: bullet
LayoutText {#text} at (0,0) size 722x71
text run at (0,0) width 718: "Each list item in this 'parent' list should have a medium-width border along its right side, in each of three colors."
text run at (0,18) width 722: "The first item's border should travel the entire height the nested list (to end near the baseline of the line \"...nested"
@@ -135,28 +135,28 @@ layer at (0,0) size 785x1089 backgroundClip at (0,0) size 785x600 clip at (0,0)
LayoutBlockFlow {UL} at (4,247) size 745x180
LayoutListItem {LI} at (40,0) size 705x72 [border: none (3px solid #000000) none]
LayoutBlockFlow (anonymous) at (0,0) size 702x18
- LayoutListMarker at (-17,0) size 7x17: bullet
+ LayoutListMarker (anonymous) at (-17,0) size 7x17: bullet
LayoutText {#text} at (0,0) size 123x17
text run at (0,0) width 123: "This is a list item..."
LayoutBlockFlow {UL} at (0,18) size 702x54
LayoutListItem {LI} at (40,0) size 662x18
- LayoutListMarker at (-17,0) size 7x17: white bullet
+ LayoutListMarker (anonymous) at (-17,0) size 7x17: white bullet
LayoutText {#text} at (0,0) size 75x17
text run at (0,0) width 75: "...and this..."
LayoutListItem {LI} at (40,18) size 662x18
- LayoutListMarker at (-17,0) size 7x17: white bullet
+ LayoutListMarker (anonymous) at (-17,0) size 7x17: white bullet
LayoutText {#text} at (0,0) size 118x17
text run at (0,0) width 118: "...is a second list..."
LayoutListItem {LI} at (40,36) size 662x18
- LayoutListMarker at (-17,0) size 7x17: white bullet
+ LayoutListMarker (anonymous) at (-17,0) size 7x17: white bullet
LayoutText {#text} at (0,0) size 182x17
text run at (0,0) width 182: "...nested within the list item."
LayoutListItem {LI} at (40,72) size 705x18 [border: none (3px solid #800080) none]
- LayoutListMarker at (-17,0) size 7x17: bullet
+ LayoutListMarker (anonymous) at (-17,0) size 7x17: bullet
LayoutText {#text} at (0,0) size 163x17
text run at (0,0) width 163: "This is a second list item."
LayoutListItem {LI} at (40,90) size 705x90 [border: none (3px solid #0000FF) none]
- LayoutListMarker at (-17,0) size 7x17: bullet
+ LayoutListMarker (anonymous) at (-17,0) size 7x17: bullet
LayoutText {#text} at (0,0) size 678x89
text run at (0,0) width 671: "Each list item in this 'parent' list should have a medium-width border along its right side, in each of three"
text run at (0,18) width 48: "colors. "

Powered by Google App Engine
This is Rietveld 408576698