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

Side by Side Diff: LayoutTests/svg/css/getComputedStyle-basic-expected.txt

Issue 20262002: [css3-text] Implement text-decoration property shorthand (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated computed style layout test / operator|= readibility fix Created 7 years, 4 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 rect: style.getPropertyValue(background-attachment) : scroll 1 rect: style.getPropertyValue(background-attachment) : scroll
2 rect: style.getPropertyCSSValue(background-attachment) : [object CSSPrimitiveVal ue] 2 rect: style.getPropertyCSSValue(background-attachment) : [object CSSPrimitiveVal ue]
3 rect: style.getPropertyValue(background-clip) : border-box 3 rect: style.getPropertyValue(background-clip) : border-box
4 rect: style.getPropertyCSSValue(background-clip) : [object CSSPrimitiveValue] 4 rect: style.getPropertyCSSValue(background-clip) : [object CSSPrimitiveValue]
5 rect: style.getPropertyValue(background-color) : rgba(0, 0, 0, 0) 5 rect: style.getPropertyValue(background-color) : rgba(0, 0, 0, 0)
6 rect: style.getPropertyCSSValue(background-color) : [object CSSPrimitiveValue] 6 rect: style.getPropertyCSSValue(background-color) : [object CSSPrimitiveValue]
7 rect: style.getPropertyValue(background-image) : none 7 rect: style.getPropertyValue(background-image) : none
8 rect: style.getPropertyCSSValue(background-image) : [object CSSPrimitiveValue] 8 rect: style.getPropertyCSSValue(background-image) : [object CSSPrimitiveValue]
9 rect: style.getPropertyValue(background-origin) : padding-box 9 rect: style.getPropertyValue(background-origin) : padding-box
10 rect: style.getPropertyCSSValue(background-origin) : [object CSSPrimitiveValue] 10 rect: style.getPropertyCSSValue(background-origin) : [object CSSPrimitiveValue]
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 rect: style.getPropertyValue(right) : auto 159 rect: style.getPropertyValue(right) : auto
160 rect: style.getPropertyCSSValue(right) : [object CSSPrimitiveValue] 160 rect: style.getPropertyCSSValue(right) : [object CSSPrimitiveValue]
161 rect: style.getPropertyValue(speak) : normal 161 rect: style.getPropertyValue(speak) : normal
162 rect: style.getPropertyCSSValue(speak) : [object CSSPrimitiveValue] 162 rect: style.getPropertyCSSValue(speak) : [object CSSPrimitiveValue]
163 rect: style.getPropertyValue(table-layout) : auto 163 rect: style.getPropertyValue(table-layout) : auto
164 rect: style.getPropertyCSSValue(table-layout) : [object CSSPrimitiveValue] 164 rect: style.getPropertyCSSValue(table-layout) : [object CSSPrimitiveValue]
165 rect: style.getPropertyValue(tab-size) : 8 165 rect: style.getPropertyValue(tab-size) : 8
166 rect: style.getPropertyCSSValue(tab-size) : [object CSSPrimitiveValue] 166 rect: style.getPropertyCSSValue(tab-size) : [object CSSPrimitiveValue]
167 rect: style.getPropertyValue(text-align) : start 167 rect: style.getPropertyValue(text-align) : start
168 rect: style.getPropertyCSSValue(text-align) : [object CSSPrimitiveValue] 168 rect: style.getPropertyCSSValue(text-align) : [object CSSPrimitiveValue]
169 rect: style.getPropertyValue(text-decoration) : none 169 rect: style.getPropertyValue(text-decoration) : none solid rgb(0, 0, 0)
170 rect: style.getPropertyCSSValue(text-decoration) : [object CSSPrimitiveValue] 170 rect: style.getPropertyCSSValue(text-decoration) : [object CSSValueList]
171 rect: style.getPropertyValue(text-indent) : 0px 171 rect: style.getPropertyValue(text-indent) : 0px
172 rect: style.getPropertyCSSValue(text-indent) : [object CSSPrimitiveValue] 172 rect: style.getPropertyCSSValue(text-indent) : [object CSSPrimitiveValue]
173 rect: style.getPropertyValue(text-rendering) : auto 173 rect: style.getPropertyValue(text-rendering) : auto
174 rect: style.getPropertyCSSValue(text-rendering) : [object CSSPrimitiveValue] 174 rect: style.getPropertyCSSValue(text-rendering) : [object CSSPrimitiveValue]
175 rect: style.getPropertyValue(text-shadow) : none 175 rect: style.getPropertyValue(text-shadow) : none
176 rect: style.getPropertyCSSValue(text-shadow) : [object CSSPrimitiveValue] 176 rect: style.getPropertyCSSValue(text-shadow) : [object CSSPrimitiveValue]
177 rect: style.getPropertyValue(text-overflow) : clip 177 rect: style.getPropertyValue(text-overflow) : clip
178 rect: style.getPropertyCSSValue(text-overflow) : [object CSSPrimitiveValue] 178 rect: style.getPropertyCSSValue(text-overflow) : [object CSSPrimitiveValue]
179 rect: style.getPropertyValue(text-transform) : none 179 rect: style.getPropertyValue(text-transform) : none
180 rect: style.getPropertyCSSValue(text-transform) : [object CSSPrimitiveValue] 180 rect: style.getPropertyCSSValue(text-transform) : [object CSSPrimitiveValue]
(...skipping 468 matching lines...) Expand 10 before | Expand all | Expand 10 after
649 g: style.getPropertyValue(right) : auto 649 g: style.getPropertyValue(right) : auto
650 g: style.getPropertyCSSValue(right) : [object CSSPrimitiveValue] 650 g: style.getPropertyCSSValue(right) : [object CSSPrimitiveValue]
651 g: style.getPropertyValue(speak) : normal 651 g: style.getPropertyValue(speak) : normal
652 g: style.getPropertyCSSValue(speak) : [object CSSPrimitiveValue] 652 g: style.getPropertyCSSValue(speak) : [object CSSPrimitiveValue]
653 g: style.getPropertyValue(table-layout) : auto 653 g: style.getPropertyValue(table-layout) : auto
654 g: style.getPropertyCSSValue(table-layout) : [object CSSPrimitiveValue] 654 g: style.getPropertyCSSValue(table-layout) : [object CSSPrimitiveValue]
655 g: style.getPropertyValue(tab-size) : 8 655 g: style.getPropertyValue(tab-size) : 8
656 g: style.getPropertyCSSValue(tab-size) : [object CSSPrimitiveValue] 656 g: style.getPropertyCSSValue(tab-size) : [object CSSPrimitiveValue]
657 g: style.getPropertyValue(text-align) : start 657 g: style.getPropertyValue(text-align) : start
658 g: style.getPropertyCSSValue(text-align) : [object CSSPrimitiveValue] 658 g: style.getPropertyCSSValue(text-align) : [object CSSPrimitiveValue]
659 g: style.getPropertyValue(text-decoration) : none 659 g: style.getPropertyValue(text-decoration) : none solid rgb(0, 0, 0)
660 g: style.getPropertyCSSValue(text-decoration) : [object CSSPrimitiveValue] 660 g: style.getPropertyCSSValue(text-decoration) : [object CSSValueList]
661 g: style.getPropertyValue(text-indent) : 0px 661 g: style.getPropertyValue(text-indent) : 0px
662 g: style.getPropertyCSSValue(text-indent) : [object CSSPrimitiveValue] 662 g: style.getPropertyCSSValue(text-indent) : [object CSSPrimitiveValue]
663 g: style.getPropertyValue(text-rendering) : auto 663 g: style.getPropertyValue(text-rendering) : auto
664 g: style.getPropertyCSSValue(text-rendering) : [object CSSPrimitiveValue] 664 g: style.getPropertyCSSValue(text-rendering) : [object CSSPrimitiveValue]
665 g: style.getPropertyValue(text-shadow) : none 665 g: style.getPropertyValue(text-shadow) : none
666 g: style.getPropertyCSSValue(text-shadow) : [object CSSPrimitiveValue] 666 g: style.getPropertyCSSValue(text-shadow) : [object CSSPrimitiveValue]
667 g: style.getPropertyValue(text-overflow) : clip 667 g: style.getPropertyValue(text-overflow) : clip
668 g: style.getPropertyCSSValue(text-overflow) : [object CSSPrimitiveValue] 668 g: style.getPropertyCSSValue(text-overflow) : [object CSSPrimitiveValue]
669 g: style.getPropertyValue(text-transform) : none 669 g: style.getPropertyValue(text-transform) : none
670 g: style.getPropertyCSSValue(text-transform) : [object CSSPrimitiveValue] 670 g: style.getPropertyCSSValue(text-transform) : [object CSSPrimitiveValue]
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
972 g: style.getPropertyCSSValue(text-anchor) : [object CSSPrimitiveValue] 972 g: style.getPropertyCSSValue(text-anchor) : [object CSSPrimitiveValue]
973 g: style.getPropertyValue(writing-mode) : lr-tb 973 g: style.getPropertyValue(writing-mode) : lr-tb
974 g: style.getPropertyCSSValue(writing-mode) : [object CSSPrimitiveValue] 974 g: style.getPropertyCSSValue(writing-mode) : [object CSSPrimitiveValue]
975 g: style.getPropertyValue(glyph-orientation-horizontal) : 0deg 975 g: style.getPropertyValue(glyph-orientation-horizontal) : 0deg
976 g: style.getPropertyCSSValue(glyph-orientation-horizontal) : [object CSSPrimitiv eValue] 976 g: style.getPropertyCSSValue(glyph-orientation-horizontal) : [object CSSPrimitiv eValue]
977 g: style.getPropertyValue(glyph-orientation-vertical) : auto 977 g: style.getPropertyValue(glyph-orientation-vertical) : auto
978 g: style.getPropertyCSSValue(glyph-orientation-vertical) : [object CSSPrimitiveV alue] 978 g: style.getPropertyCSSValue(glyph-orientation-vertical) : [object CSSPrimitiveV alue]
979 g: style.getPropertyValue(vector-effect) : none 979 g: style.getPropertyValue(vector-effect) : none
980 g: style.getPropertyCSSValue(vector-effect) : [object CSSPrimitiveValue] 980 g: style.getPropertyCSSValue(vector-effect) : [object CSSPrimitiveValue]
981 981
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698