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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/svg/css/getComputedStyle-basic-expected.txt
diff --git a/LayoutTests/svg/css/getComputedStyle-basic-expected.txt b/LayoutTests/svg/css/getComputedStyle-basic-expected.txt
index 089789ae1efd224b34d2304b2cd333e27360dbe6..5854d50a2b600c88d832f8be13734a62ff2551ba 100644
--- a/LayoutTests/svg/css/getComputedStyle-basic-expected.txt
+++ b/LayoutTests/svg/css/getComputedStyle-basic-expected.txt
@@ -426,7 +426,7 @@ rect: style.getPropertyValue(marker-end) : none
rect: style.getPropertyCSSValue(marker-end) : [object CSSPrimitiveValue]
rect: style.getPropertyValue(marker-mid) : none
rect: style.getPropertyCSSValue(marker-mid) : [object CSSPrimitiveValue]
-rect: style.getPropertyValue(marker-start) : none
+rect: style.getPropertyValue(marker-start) : url(#pserver)
rect: style.getPropertyCSSValue(marker-start) : [object CSSPrimitiveValue]
rect: style.getPropertyValue(shape-rendering) : auto
rect: style.getPropertyCSSValue(shape-rendering) : [object CSSPrimitiveValue]
@@ -890,7 +890,7 @@ g: style.getPropertyValue(marker-end) : none
g: style.getPropertyCSSValue(marker-end) : [object CSSPrimitiveValue]
g: style.getPropertyValue(marker-mid) : none
g: style.getPropertyCSSValue(marker-mid) : [object CSSPrimitiveValue]
-g: style.getPropertyValue(marker-start) : none
+g: style.getPropertyValue(marker-start) : url(#pserver)
g: style.getPropertyCSSValue(marker-start) : [object CSSPrimitiveValue]
g: style.getPropertyValue(shape-rendering) : auto
g: style.getPropertyCSSValue(shape-rendering) : [object CSSPrimitiveValue]
« 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