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

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

Issue 236193010: Auto-rebaseline for r171393 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 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 898 matching lines...) Expand 10 before | Expand all | Expand 10 after
909 g: style.getPropertyValue(stroke-opacity) : 1 909 g: style.getPropertyValue(stroke-opacity) : 1
910 g: style.getPropertyCSSValue(stroke-opacity) : [object CSSPrimitiveValue] 910 g: style.getPropertyCSSValue(stroke-opacity) : [object CSSPrimitiveValue]
911 g: style.getPropertyValue(stroke-width) : 2px 911 g: style.getPropertyValue(stroke-width) : 2px
912 g: style.getPropertyCSSValue(stroke-width) : [object CSSPrimitiveValue] 912 g: style.getPropertyCSSValue(stroke-width) : [object CSSPrimitiveValue]
913 g: style.getPropertyValue(alignment-baseline) : auto 913 g: style.getPropertyValue(alignment-baseline) : auto
914 g: style.getPropertyCSSValue(alignment-baseline) : [object CSSPrimitiveValue] 914 g: style.getPropertyCSSValue(alignment-baseline) : [object CSSPrimitiveValue]
915 g: style.getPropertyValue(baseline-shift) : baseline 915 g: style.getPropertyValue(baseline-shift) : baseline
916 g: style.getPropertyCSSValue(baseline-shift) : [object CSSPrimitiveValue] 916 g: style.getPropertyCSSValue(baseline-shift) : [object CSSPrimitiveValue]
917 g: style.getPropertyValue(dominant-baseline) : auto 917 g: style.getPropertyValue(dominant-baseline) : auto
918 g: style.getPropertyCSSValue(dominant-baseline) : [object CSSPrimitiveValue] 918 g: style.getPropertyCSSValue(dominant-baseline) : [object CSSPrimitiveValue]
919 g: style.getPropertyValue(kerning) : 0
920 g: style.getPropertyCSSValue(kerning) : [object CSSPrimitiveValue]
921 g: style.getPropertyValue(text-anchor) : start 919 g: style.getPropertyValue(text-anchor) : start
922 g: style.getPropertyCSSValue(text-anchor) : [object CSSPrimitiveValue] 920 g: style.getPropertyCSSValue(text-anchor) : [object CSSPrimitiveValue]
923 g: style.getPropertyValue(writing-mode) : lr-tb 921 g: style.getPropertyValue(writing-mode) : lr-tb
924 g: style.getPropertyCSSValue(writing-mode) : [object CSSPrimitiveValue] 922 g: style.getPropertyCSSValue(writing-mode) : [object CSSPrimitiveValue]
925 g: style.getPropertyValue(glyph-orientation-horizontal) : 0deg 923 g: style.getPropertyValue(glyph-orientation-horizontal) : 0deg
926 g: style.getPropertyCSSValue(glyph-orientation-horizontal) : [object CSSPrimitiv eValue] 924 g: style.getPropertyCSSValue(glyph-orientation-horizontal) : [object CSSPrimitiv eValue]
927 g: style.getPropertyValue(glyph-orientation-vertical) : auto 925 g: style.getPropertyValue(glyph-orientation-vertical) : auto
928 g: style.getPropertyCSSValue(glyph-orientation-vertical) : [object CSSPrimitiveV alue] 926 g: style.getPropertyCSSValue(glyph-orientation-vertical) : [object CSSPrimitiveV alue]
929 g: style.getPropertyValue(vector-effect) : none 927 g: style.getPropertyValue(vector-effect) : none
930 g: style.getPropertyCSSValue(vector-effect) : [object CSSPrimitiveValue] 928 g: style.getPropertyCSSValue(vector-effect) : [object CSSPrimitiveValue]
931 929
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698