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

Unified Diff: LayoutTests/svg/custom/svg-features-expected.txt

Issue 1108293002: Make DOMImplementation.hasFeature() always return true. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: windows compilefix attempt Created 5 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/svg/custom/svg-features-expected.txt
diff --git a/LayoutTests/svg/custom/svg-features-expected.txt b/LayoutTests/svg/custom/svg-features-expected.txt
index 3689a9aa31f34dfce3b0b52080ffcf3a9b0ccad3..af486675137cae15bdc4284c2b6992e8bdb9e317 100644
--- a/LayoutTests/svg/custom/svg-features-expected.txt
+++ b/LayoutTests/svg/custom/svg-features-expected.txt
@@ -1,23 +1,22 @@
-CONSOLE WARNING: 'DOMImplementation.hasFeature()' returning false is deprecated. Please do not use it, as per DOM it should always return true (https://dom.spec.whatwg.org/#dom-domimplementation-hasfeature).
"org.w3c.svg", "1.0": true
"org.w3c.svg.static", "1.0": true
-"org.w3c.svg.animation", "1.0": false
-"org.w3c.svg.dynamic", "1.0": false
+"org.w3c.svg.animation", "1.0": true
+"org.w3c.svg.dynamic", "1.0": true
"org.w3c.dom", "1.0": true
"org.w3c.dom.svg", "1.0": true
"org.w3c.dom.svg.static", "1.0": true
-"org.w3c.dom.svg.animation", "1.0": false
-"org.w3c.dom.svg.dynamic", "1.0": false
-"org.w3c.svg.all", "1.0": false
-"org.w3c.dom.svg.all", "1.0": false
+"org.w3c.dom.svg.animation", "1.0": true
+"org.w3c.dom.svg.dynamic", "1.0": true
+"org.w3c.svg.all", "1.0": true
+"org.w3c.dom.svg.all", "1.0": true
"http://www.w3.org/TR/SVG11/feature#SVG", "1.1": true
"http://www.w3.org/TR/SVG11/feature#SVGDOM", "1.1": true
"http://www.w3.org/TR/SVG11/feature#SVG-static", "1.1": true
"http://www.w3.org/TR/SVG11/feature#SVGDOM-static", "1.1": true
"http://www.w3.org/TR/SVG11/feature#SVG-animation", "1.1": true
"http://www.w3.org/TR/SVG11/feature#SVGDOM-animation", "1.1": true
-"http://www.w3.org/TR/SVG11/feature#SVG-dynamic", "1.1": false
-"http://www.w3.org/TR/SVG11/feature#SVGDOM-dynamic", "1.1": false
+"http://www.w3.org/TR/SVG11/feature#SVG-dynamic", "1.1": true
+"http://www.w3.org/TR/SVG11/feature#SVGDOM-dynamic", "1.1": true
"http://www.w3.org/TR/SVG11/feature#CoreAttribute", "1.1": true
"http://www.w3.org/TR/SVG11/feature#Structure", "1.1": true
"http://www.w3.org/TR/SVG11/feature#BasicStructure", "1.1": true
@@ -35,7 +34,7 @@ CONSOLE WARNING: 'DOMImplementation.hasFeature()' returning false is deprecated.
"http://www.w3.org/TR/SVG11/feature#GraphicsAttribute", "1.1": true
"http://www.w3.org/TR/SVG11/feature#BaseGraphicsAttribute", "1.1": true
"http://www.w3.org/TR/SVG11/feature#Marker", "1.1": true
-"http://www.w3.org/TR/SVG11/feature#ColorProfile", "1.1": false
+"http://www.w3.org/TR/SVG11/feature#ColorProfile", "1.1": true
"http://www.w3.org/TR/SVG11/feature#Gradient", "1.1": true
"http://www.w3.org/TR/SVG11/feature#Pattern", "1.1": true
"http://www.w3.org/TR/SVG11/feature#Clip", "1.1": true
@@ -45,14 +44,14 @@ CONSOLE WARNING: 'DOMImplementation.hasFeature()' returning false is deprecated.
"http://www.w3.org/TR/SVG11/feature#BasicFilter", "1.1": true
"http://www.w3.org/TR/SVG11/feature#DocumentEventsAttribute", "1.1": true
"http://www.w3.org/TR/SVG11/feature#GraphicalEventsAttribute", "1.1": true
-"http://www.w3.org/TR/SVG11/feature#AnimationEventsAttribute", "1.1": false
+"http://www.w3.org/TR/SVG11/feature#AnimationEventsAttribute", "1.1": true
"http://www.w3.org/TR/SVG11/feature#Cursor", "1.1": true
"http://www.w3.org/TR/SVG11/feature#Hyperlinking", "1.1": true
"http://www.w3.org/TR/SVG11/feature#XlinkAttribute", "1.1": true
-"http://www.w3.org/TR/SVG11/feature#ExternalResourcesRequired", "1.1": false
+"http://www.w3.org/TR/SVG11/feature#ExternalResourcesRequired", "1.1": true
"http://www.w3.org/TR/SVG11/feature#View", "1.1": true
"http://www.w3.org/TR/SVG11/feature#Script", "1.1": true
"http://www.w3.org/TR/SVG11/feature#Animation", "1.1": true
-"http://www.w3.org/TR/SVG11/feature#Font", "1.1": false
-"http://www.w3.org/TR/SVG11/feature#BasicFont", "1.1": false
+"http://www.w3.org/TR/SVG11/feature#Font", "1.1": true
+"http://www.w3.org/TR/SVG11/feature#BasicFont", "1.1": true
"http://www.w3.org/TR/SVG11/feature#Extensibility", "1.1": true

Powered by Google App Engine
This is Rietveld 408576698