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

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

Issue 302553002: Computed style of resource references drops hash from fragment (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add test Created 6 years, 7 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
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 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
419 rect: style.getPropertyValue(fill) : rgb(0, 0, 255) 419 rect: style.getPropertyValue(fill) : rgb(0, 0, 255)
420 rect: style.getPropertyCSSValue(fill) : [object CSSValue] 420 rect: style.getPropertyCSSValue(fill) : [object CSSValue]
421 rect: style.getPropertyValue(fill-opacity) : 1 421 rect: style.getPropertyValue(fill-opacity) : 1
422 rect: style.getPropertyCSSValue(fill-opacity) : [object CSSPrimitiveValue] 422 rect: style.getPropertyCSSValue(fill-opacity) : [object CSSPrimitiveValue]
423 rect: style.getPropertyValue(fill-rule) : nonzero 423 rect: style.getPropertyValue(fill-rule) : nonzero
424 rect: style.getPropertyCSSValue(fill-rule) : [object CSSPrimitiveValue] 424 rect: style.getPropertyCSSValue(fill-rule) : [object CSSPrimitiveValue]
425 rect: style.getPropertyValue(marker-end) : none 425 rect: style.getPropertyValue(marker-end) : none
426 rect: style.getPropertyCSSValue(marker-end) : [object CSSPrimitiveValue] 426 rect: style.getPropertyCSSValue(marker-end) : [object CSSPrimitiveValue]
427 rect: style.getPropertyValue(marker-mid) : none 427 rect: style.getPropertyValue(marker-mid) : none
428 rect: style.getPropertyCSSValue(marker-mid) : [object CSSPrimitiveValue] 428 rect: style.getPropertyCSSValue(marker-mid) : [object CSSPrimitiveValue]
429 rect: style.getPropertyValue(marker-start) : none 429 rect: style.getPropertyValue(marker-start) : url(#pserver)
430 rect: style.getPropertyCSSValue(marker-start) : [object CSSPrimitiveValue] 430 rect: style.getPropertyCSSValue(marker-start) : [object CSSPrimitiveValue]
431 rect: style.getPropertyValue(shape-rendering) : auto 431 rect: style.getPropertyValue(shape-rendering) : auto
432 rect: style.getPropertyCSSValue(shape-rendering) : [object CSSPrimitiveValue] 432 rect: style.getPropertyCSSValue(shape-rendering) : [object CSSPrimitiveValue]
433 rect: style.getPropertyValue(stroke) : rgb(255, 165, 0) 433 rect: style.getPropertyValue(stroke) : rgb(255, 165, 0)
434 rect: style.getPropertyCSSValue(stroke) : [object CSSValue] 434 rect: style.getPropertyCSSValue(stroke) : [object CSSValue]
435 rect: style.getPropertyValue(stroke-dasharray) : none 435 rect: style.getPropertyValue(stroke-dasharray) : none
436 rect: style.getPropertyCSSValue(stroke-dasharray) : [object CSSPrimitiveValue] 436 rect: style.getPropertyCSSValue(stroke-dasharray) : [object CSSPrimitiveValue]
437 rect: style.getPropertyValue(stroke-dashoffset) : 0 437 rect: style.getPropertyValue(stroke-dashoffset) : 0
438 rect: style.getPropertyCSSValue(stroke-dashoffset) : [object CSSPrimitiveValue] 438 rect: style.getPropertyCSSValue(stroke-dashoffset) : [object CSSPrimitiveValue]
439 rect: style.getPropertyValue(stroke-linecap) : butt 439 rect: style.getPropertyValue(stroke-linecap) : butt
(...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after
883 g: style.getPropertyValue(fill) : rgb(0, 0, 0) 883 g: style.getPropertyValue(fill) : rgb(0, 0, 0)
884 g: style.getPropertyCSSValue(fill) : [object CSSValue] 884 g: style.getPropertyCSSValue(fill) : [object CSSValue]
885 g: style.getPropertyValue(fill-opacity) : 1 885 g: style.getPropertyValue(fill-opacity) : 1
886 g: style.getPropertyCSSValue(fill-opacity) : [object CSSPrimitiveValue] 886 g: style.getPropertyCSSValue(fill-opacity) : [object CSSPrimitiveValue]
887 g: style.getPropertyValue(fill-rule) : nonzero 887 g: style.getPropertyValue(fill-rule) : nonzero
888 g: style.getPropertyCSSValue(fill-rule) : [object CSSPrimitiveValue] 888 g: style.getPropertyCSSValue(fill-rule) : [object CSSPrimitiveValue]
889 g: style.getPropertyValue(marker-end) : none 889 g: style.getPropertyValue(marker-end) : none
890 g: style.getPropertyCSSValue(marker-end) : [object CSSPrimitiveValue] 890 g: style.getPropertyCSSValue(marker-end) : [object CSSPrimitiveValue]
891 g: style.getPropertyValue(marker-mid) : none 891 g: style.getPropertyValue(marker-mid) : none
892 g: style.getPropertyCSSValue(marker-mid) : [object CSSPrimitiveValue] 892 g: style.getPropertyCSSValue(marker-mid) : [object CSSPrimitiveValue]
893 g: style.getPropertyValue(marker-start) : none 893 g: style.getPropertyValue(marker-start) : url(#pserver)
894 g: style.getPropertyCSSValue(marker-start) : [object CSSPrimitiveValue] 894 g: style.getPropertyCSSValue(marker-start) : [object CSSPrimitiveValue]
895 g: style.getPropertyValue(shape-rendering) : auto 895 g: style.getPropertyValue(shape-rendering) : auto
896 g: style.getPropertyCSSValue(shape-rendering) : [object CSSPrimitiveValue] 896 g: style.getPropertyCSSValue(shape-rendering) : [object CSSPrimitiveValue]
897 g: style.getPropertyValue(stroke) : rgb(255, 165, 0) 897 g: style.getPropertyValue(stroke) : rgb(255, 165, 0)
898 g: style.getPropertyCSSValue(stroke) : [object CSSValue] 898 g: style.getPropertyCSSValue(stroke) : [object CSSValue]
899 g: style.getPropertyValue(stroke-dasharray) : none 899 g: style.getPropertyValue(stroke-dasharray) : none
900 g: style.getPropertyCSSValue(stroke-dasharray) : [object CSSPrimitiveValue] 900 g: style.getPropertyCSSValue(stroke-dasharray) : [object CSSPrimitiveValue]
901 g: style.getPropertyValue(stroke-dashoffset) : 0 901 g: style.getPropertyValue(stroke-dashoffset) : 0
902 g: style.getPropertyCSSValue(stroke-dashoffset) : [object CSSPrimitiveValue] 902 g: style.getPropertyCSSValue(stroke-dashoffset) : [object CSSPrimitiveValue]
903 g: style.getPropertyValue(stroke-linecap) : butt 903 g: style.getPropertyValue(stroke-linecap) : butt
(...skipping 16 matching lines...) Expand all
920 g: style.getPropertyCSSValue(text-anchor) : [object CSSPrimitiveValue] 920 g: style.getPropertyCSSValue(text-anchor) : [object CSSPrimitiveValue]
921 g: style.getPropertyValue(writing-mode) : lr-tb 921 g: style.getPropertyValue(writing-mode) : lr-tb
922 g: style.getPropertyCSSValue(writing-mode) : [object CSSPrimitiveValue] 922 g: style.getPropertyCSSValue(writing-mode) : [object CSSPrimitiveValue]
923 g: style.getPropertyValue(glyph-orientation-horizontal) : 0deg 923 g: style.getPropertyValue(glyph-orientation-horizontal) : 0deg
924 g: style.getPropertyCSSValue(glyph-orientation-horizontal) : [object CSSPrimitiv eValue] 924 g: style.getPropertyCSSValue(glyph-orientation-horizontal) : [object CSSPrimitiv eValue]
925 g: style.getPropertyValue(glyph-orientation-vertical) : auto 925 g: style.getPropertyValue(glyph-orientation-vertical) : auto
926 g: style.getPropertyCSSValue(glyph-orientation-vertical) : [object CSSPrimitiveV alue] 926 g: style.getPropertyCSSValue(glyph-orientation-vertical) : [object CSSPrimitiveV alue]
927 g: style.getPropertyValue(vector-effect) : none 927 g: style.getPropertyValue(vector-effect) : none
928 g: style.getPropertyCSSValue(vector-effect) : [object CSSPrimitiveValue] 928 g: style.getPropertyCSSValue(vector-effect) : [object CSSPrimitiveValue]
929 929
OLDNEW
« no previous file with comments | « LayoutTests/svg/css/getComputedStyle-basic.xhtml ('k') | Source/core/css/SVGCSSComputedStyleDeclaration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698