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

Side by Side 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, 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 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).
2 "org.w3c.svg", "1.0": true 1 "org.w3c.svg", "1.0": true
3 "org.w3c.svg.static", "1.0": true 2 "org.w3c.svg.static", "1.0": true
4 "org.w3c.svg.animation", "1.0": false 3 "org.w3c.svg.animation", "1.0": true
5 "org.w3c.svg.dynamic", "1.0": false 4 "org.w3c.svg.dynamic", "1.0": true
6 "org.w3c.dom", "1.0": true 5 "org.w3c.dom", "1.0": true
7 "org.w3c.dom.svg", "1.0": true 6 "org.w3c.dom.svg", "1.0": true
8 "org.w3c.dom.svg.static", "1.0": true 7 "org.w3c.dom.svg.static", "1.0": true
9 "org.w3c.dom.svg.animation", "1.0": false 8 "org.w3c.dom.svg.animation", "1.0": true
10 "org.w3c.dom.svg.dynamic", "1.0": false 9 "org.w3c.dom.svg.dynamic", "1.0": true
11 "org.w3c.svg.all", "1.0": false 10 "org.w3c.svg.all", "1.0": true
12 "org.w3c.dom.svg.all", "1.0": false 11 "org.w3c.dom.svg.all", "1.0": true
13 "http://www.w3.org/TR/SVG11/feature#SVG", "1.1": true 12 "http://www.w3.org/TR/SVG11/feature#SVG", "1.1": true
14 "http://www.w3.org/TR/SVG11/feature#SVGDOM", "1.1": true 13 "http://www.w3.org/TR/SVG11/feature#SVGDOM", "1.1": true
15 "http://www.w3.org/TR/SVG11/feature#SVG-static", "1.1": true 14 "http://www.w3.org/TR/SVG11/feature#SVG-static", "1.1": true
16 "http://www.w3.org/TR/SVG11/feature#SVGDOM-static", "1.1": true 15 "http://www.w3.org/TR/SVG11/feature#SVGDOM-static", "1.1": true
17 "http://www.w3.org/TR/SVG11/feature#SVG-animation", "1.1": true 16 "http://www.w3.org/TR/SVG11/feature#SVG-animation", "1.1": true
18 "http://www.w3.org/TR/SVG11/feature#SVGDOM-animation", "1.1": true 17 "http://www.w3.org/TR/SVG11/feature#SVGDOM-animation", "1.1": true
19 "http://www.w3.org/TR/SVG11/feature#SVG-dynamic", "1.1": false 18 "http://www.w3.org/TR/SVG11/feature#SVG-dynamic", "1.1": true
20 "http://www.w3.org/TR/SVG11/feature#SVGDOM-dynamic", "1.1": false 19 "http://www.w3.org/TR/SVG11/feature#SVGDOM-dynamic", "1.1": true
21 "http://www.w3.org/TR/SVG11/feature#CoreAttribute", "1.1": true 20 "http://www.w3.org/TR/SVG11/feature#CoreAttribute", "1.1": true
22 "http://www.w3.org/TR/SVG11/feature#Structure", "1.1": true 21 "http://www.w3.org/TR/SVG11/feature#Structure", "1.1": true
23 "http://www.w3.org/TR/SVG11/feature#BasicStructure", "1.1": true 22 "http://www.w3.org/TR/SVG11/feature#BasicStructure", "1.1": true
24 "http://www.w3.org/TR/SVG11/feature#ContainerAttribute", "1.1": true 23 "http://www.w3.org/TR/SVG11/feature#ContainerAttribute", "1.1": true
25 "http://www.w3.org/TR/SVG11/feature#ConditionalProcessing", "1.1": true 24 "http://www.w3.org/TR/SVG11/feature#ConditionalProcessing", "1.1": true
26 "http://www.w3.org/TR/SVG11/feature#Image", "1.1": true 25 "http://www.w3.org/TR/SVG11/feature#Image", "1.1": true
27 "http://www.w3.org/TR/SVG11/feature#Style", "1.1": true 26 "http://www.w3.org/TR/SVG11/feature#Style", "1.1": true
28 "http://www.w3.org/TR/SVG11/feature#ViewportAttribute", "1.1": true 27 "http://www.w3.org/TR/SVG11/feature#ViewportAttribute", "1.1": true
29 "http://www.w3.org/TR/SVG11/feature#Shape", "1.1": true 28 "http://www.w3.org/TR/SVG11/feature#Shape", "1.1": true
30 "http://www.w3.org/TR/SVG11/feature#Text", "1.1": true 29 "http://www.w3.org/TR/SVG11/feature#Text", "1.1": true
31 "http://www.w3.org/TR/SVG11/feature#BasicText", "1.1": true 30 "http://www.w3.org/TR/SVG11/feature#BasicText", "1.1": true
32 "http://www.w3.org/TR/SVG11/feature#PaintAttribute", "1.1": true 31 "http://www.w3.org/TR/SVG11/feature#PaintAttribute", "1.1": true
33 "http://www.w3.org/TR/SVG11/feature#BasicPaintAttribute", "1.1": true 32 "http://www.w3.org/TR/SVG11/feature#BasicPaintAttribute", "1.1": true
34 "http://www.w3.org/TR/SVG11/feature#OpacityAttribute", "1.1": true 33 "http://www.w3.org/TR/SVG11/feature#OpacityAttribute", "1.1": true
35 "http://www.w3.org/TR/SVG11/feature#GraphicsAttribute", "1.1": true 34 "http://www.w3.org/TR/SVG11/feature#GraphicsAttribute", "1.1": true
36 "http://www.w3.org/TR/SVG11/feature#BaseGraphicsAttribute", "1.1": true 35 "http://www.w3.org/TR/SVG11/feature#BaseGraphicsAttribute", "1.1": true
37 "http://www.w3.org/TR/SVG11/feature#Marker", "1.1": true 36 "http://www.w3.org/TR/SVG11/feature#Marker", "1.1": true
38 "http://www.w3.org/TR/SVG11/feature#ColorProfile", "1.1": false 37 "http://www.w3.org/TR/SVG11/feature#ColorProfile", "1.1": true
39 "http://www.w3.org/TR/SVG11/feature#Gradient", "1.1": true 38 "http://www.w3.org/TR/SVG11/feature#Gradient", "1.1": true
40 "http://www.w3.org/TR/SVG11/feature#Pattern", "1.1": true 39 "http://www.w3.org/TR/SVG11/feature#Pattern", "1.1": true
41 "http://www.w3.org/TR/SVG11/feature#Clip", "1.1": true 40 "http://www.w3.org/TR/SVG11/feature#Clip", "1.1": true
42 "http://www.w3.org/TR/SVG11/feature#BasicClip", "1.1": true 41 "http://www.w3.org/TR/SVG11/feature#BasicClip", "1.1": true
43 "http://www.w3.org/TR/SVG11/feature#Mask", "1.1": true 42 "http://www.w3.org/TR/SVG11/feature#Mask", "1.1": true
44 "http://www.w3.org/TR/SVG11/feature#Filter", "1.1": true 43 "http://www.w3.org/TR/SVG11/feature#Filter", "1.1": true
45 "http://www.w3.org/TR/SVG11/feature#BasicFilter", "1.1": true 44 "http://www.w3.org/TR/SVG11/feature#BasicFilter", "1.1": true
46 "http://www.w3.org/TR/SVG11/feature#DocumentEventsAttribute", "1.1": true 45 "http://www.w3.org/TR/SVG11/feature#DocumentEventsAttribute", "1.1": true
47 "http://www.w3.org/TR/SVG11/feature#GraphicalEventsAttribute", "1.1": true 46 "http://www.w3.org/TR/SVG11/feature#GraphicalEventsAttribute", "1.1": true
48 "http://www.w3.org/TR/SVG11/feature#AnimationEventsAttribute", "1.1": false 47 "http://www.w3.org/TR/SVG11/feature#AnimationEventsAttribute", "1.1": true
49 "http://www.w3.org/TR/SVG11/feature#Cursor", "1.1": true 48 "http://www.w3.org/TR/SVG11/feature#Cursor", "1.1": true
50 "http://www.w3.org/TR/SVG11/feature#Hyperlinking", "1.1": true 49 "http://www.w3.org/TR/SVG11/feature#Hyperlinking", "1.1": true
51 "http://www.w3.org/TR/SVG11/feature#XlinkAttribute", "1.1": true 50 "http://www.w3.org/TR/SVG11/feature#XlinkAttribute", "1.1": true
52 "http://www.w3.org/TR/SVG11/feature#ExternalResourcesRequired", "1.1": false 51 "http://www.w3.org/TR/SVG11/feature#ExternalResourcesRequired", "1.1": true
53 "http://www.w3.org/TR/SVG11/feature#View", "1.1": true 52 "http://www.w3.org/TR/SVG11/feature#View", "1.1": true
54 "http://www.w3.org/TR/SVG11/feature#Script", "1.1": true 53 "http://www.w3.org/TR/SVG11/feature#Script", "1.1": true
55 "http://www.w3.org/TR/SVG11/feature#Animation", "1.1": true 54 "http://www.w3.org/TR/SVG11/feature#Animation", "1.1": true
56 "http://www.w3.org/TR/SVG11/feature#Font", "1.1": false 55 "http://www.w3.org/TR/SVG11/feature#Font", "1.1": true
57 "http://www.w3.org/TR/SVG11/feature#BasicFont", "1.1": false 56 "http://www.w3.org/TR/SVG11/feature#BasicFont", "1.1": true
58 "http://www.w3.org/TR/SVG11/feature#Extensibility", "1.1": true 57 "http://www.w3.org/TR/SVG11/feature#Extensibility", "1.1": true
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698