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

Side by Side Diff: LayoutTests/svg/custom/svg-features-expected.txt

Issue 693353002: Deprecate DOMImplementation.hasFeature() returning false (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: test Created 6 years, 1 month 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 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).
1 "org.w3c.svg", "1.0": true 2 "org.w3c.svg", "1.0": true
2 "org.w3c.svg.static", "1.0": true 3 "org.w3c.svg.static", "1.0": true
3 "org.w3c.svg.animation", "1.0": false 4 "org.w3c.svg.animation", "1.0": false
4 "org.w3c.svg.dynamic", "1.0": false 5 "org.w3c.svg.dynamic", "1.0": false
5 "org.w3c.dom", "1.0": true 6 "org.w3c.dom", "1.0": true
6 "org.w3c.dom.svg", "1.0": true 7 "org.w3c.dom.svg", "1.0": true
7 "org.w3c.dom.svg.static", "1.0": true 8 "org.w3c.dom.svg.static", "1.0": true
8 "org.w3c.dom.svg.animation", "1.0": false 9 "org.w3c.dom.svg.animation", "1.0": false
9 "org.w3c.dom.svg.dynamic", "1.0": false 10 "org.w3c.dom.svg.dynamic", "1.0": false
10 "org.w3c.svg.all", "1.0": false 11 "org.w3c.svg.all", "1.0": false
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 "http://www.w3.org/TR/SVG11/feature#Cursor", "1.1": true 49 "http://www.w3.org/TR/SVG11/feature#Cursor", "1.1": true
49 "http://www.w3.org/TR/SVG11/feature#Hyperlinking", "1.1": true 50 "http://www.w3.org/TR/SVG11/feature#Hyperlinking", "1.1": true
50 "http://www.w3.org/TR/SVG11/feature#XlinkAttribute", "1.1": true 51 "http://www.w3.org/TR/SVG11/feature#XlinkAttribute", "1.1": true
51 "http://www.w3.org/TR/SVG11/feature#ExternalResourcesRequired", "1.1": false 52 "http://www.w3.org/TR/SVG11/feature#ExternalResourcesRequired", "1.1": false
52 "http://www.w3.org/TR/SVG11/feature#View", "1.1": true 53 "http://www.w3.org/TR/SVG11/feature#View", "1.1": true
53 "http://www.w3.org/TR/SVG11/feature#Script", "1.1": true 54 "http://www.w3.org/TR/SVG11/feature#Script", "1.1": true
54 "http://www.w3.org/TR/SVG11/feature#Animation", "1.1": true 55 "http://www.w3.org/TR/SVG11/feature#Animation", "1.1": true
55 "http://www.w3.org/TR/SVG11/feature#Font", "1.1": false 56 "http://www.w3.org/TR/SVG11/feature#Font", "1.1": false
56 "http://www.w3.org/TR/SVG11/feature#BasicFont", "1.1": false 57 "http://www.w3.org/TR/SVG11/feature#BasicFont", "1.1": false
57 "http://www.w3.org/TR/SVG11/feature#Extensibility", "1.1": true 58 "http://www.w3.org/TR/SVG11/feature#Extensibility", "1.1": true
OLDNEW
« no previous file with comments | « LayoutTests/svg/custom/required-feature-vs-has-feature-expected.svg ('k') | Source/core/dom/DOMImplementation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698