From 315d58c8d65bed68195d1b32ddeac54e2c394bf6 Mon Sep 17 00:00:00 2001 From: Daniel Holbert Date: Sun, 19 Dec 2010 16:45:29 -0800 Subject: [PATCH] Bug 272288 Patch 4: Mark as supported feature. r=longsonr a=roc --- content/svg/content/src/nsSVGFeaturesList.h | 2 +- content/svg/content/test/test_isSupported.xhtml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/svg/content/src/nsSVGFeaturesList.h b/content/svg/content/src/nsSVGFeaturesList.h index 35fad26ef904..9dec71de2d97 100644 --- a/content/svg/content/src/nsSVGFeaturesList.h +++ b/content/svg/content/src/nsSVGFeaturesList.h @@ -45,7 +45,7 @@ SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#CoreAttribute") SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#Structure") SVG_UNSUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#ContainerAttribute") SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#ConditionalProcessing") -SVG_UNSUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#Image") +SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#Image") SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#Style") SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#ViewportAttribute") SVG_SUPPORTED_FEATURE("http://www.w3.org/TR/SVG11/feature#Shape") diff --git a/content/svg/content/test/test_isSupported.xhtml b/content/svg/content/test/test_isSupported.xhtml index f99d5036ebf2..2cbb5310bbc0 100644 --- a/content/svg/content/test/test_isSupported.xhtml +++ b/content/svg/content/test/test_isSupported.xhtml @@ -72,7 +72,7 @@ var features = [ ["http://www.w3.org/TR/SVG11/feature#Structure", "1.1", true], ["http://www.w3.org/TR/SVG11/feature#ContainerAttribute", "1.1", false], ["http://www.w3.org/TR/SVG11/feature#ConditionalProcessing", "1.1", true], - ["http://www.w3.org/TR/SVG11/feature#Image", "1.1", false], + ["http://www.w3.org/TR/SVG11/feature#Image", "1.1", true], ["http://www.w3.org/TR/SVG11/feature#Style", "1.1", true], ["http://www.w3.org/TR/SVG11/feature#ViewportAttribute", "1.1", true], ["http://www.w3.org/TR/SVG11/feature#Shape", "1.1", true],