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

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

Issue 114373004: Remove the SVGColor and SVGPaint DOM interfaces (were deprecated). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: text diff fix Created 7 years 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 Test to make sure we expose all the global constructor objects requested by http ://www.w3.org/TR/SVG11/ecmascript-binding.html 1 Test to make sure we expose all the global constructor objects requested by http ://www.w3.org/TR/SVG11/ecmascript-binding.html
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS SVGElement.toString() is 'function SVGElement() { [native code] }' 6 PASS SVGElement.toString() is 'function SVGElement() { [native code] }'
7 PASS SVGAnimatedBoolean.toString() is 'function SVGAnimatedBoolean() { [native c ode] }' 7 PASS SVGAnimatedBoolean.toString() is 'function SVGAnimatedBoolean() { [native c ode] }'
8 PASS SVGAnimatedString.toString() is 'function SVGAnimatedString() { [native cod e] }' 8 PASS SVGAnimatedString.toString() is 'function SVGAnimatedString() { [native cod e] }'
9 PASS SVGStringList.toString() is 'function SVGStringList() { [native code] }' 9 PASS SVGStringList.toString() is 'function SVGStringList() { [native code] }'
10 PASS SVGAnimatedEnumeration.toString() is 'function SVGAnimatedEnumeration() { [ native code] }' 10 PASS SVGAnimatedEnumeration.toString() is 'function SVGAnimatedEnumeration() { [ native code] }'
11 PASS SVGAnimatedInteger.toString() is 'function SVGAnimatedInteger() { [native c ode] }' 11 PASS SVGAnimatedInteger.toString() is 'function SVGAnimatedInteger() { [native c ode] }'
12 PASS SVGNumber.toString() is 'function SVGNumber() { [native code] }' 12 PASS SVGNumber.toString() is 'function SVGNumber() { [native code] }'
13 PASS SVGAnimatedNumber.toString() is 'function SVGAnimatedNumber() { [native cod e] }' 13 PASS SVGAnimatedNumber.toString() is 'function SVGAnimatedNumber() { [native cod e] }'
14 PASS SVGNumberList.toString() is 'function SVGNumberList() { [native code] }' 14 PASS SVGNumberList.toString() is 'function SVGNumberList() { [native code] }'
15 PASS SVGAnimatedNumberList.toString() is 'function SVGAnimatedNumberList() { [na tive code] }' 15 PASS SVGAnimatedNumberList.toString() is 'function SVGAnimatedNumberList() { [na tive code] }'
16 PASS SVGLength.toString() is 'function SVGLength() { [native code] }' 16 PASS SVGLength.toString() is 'function SVGLength() { [native code] }'
17 PASS SVGAnimatedLength.toString() is 'function SVGAnimatedLength() { [native cod e] }' 17 PASS SVGAnimatedLength.toString() is 'function SVGAnimatedLength() { [native cod e] }'
18 PASS SVGLengthList.toString() is 'function SVGLengthList() { [native code] }' 18 PASS SVGLengthList.toString() is 'function SVGLengthList() { [native code] }'
19 PASS SVGAnimatedLengthList.toString() is 'function SVGAnimatedLengthList() { [na tive code] }' 19 PASS SVGAnimatedLengthList.toString() is 'function SVGAnimatedLengthList() { [na tive code] }'
20 PASS SVGAngle.toString() is 'function SVGAngle() { [native code] }' 20 PASS SVGAngle.toString() is 'function SVGAngle() { [native code] }'
21 PASS SVGAnimatedAngle.toString() is 'function SVGAnimatedAngle() { [native code] }' 21 PASS SVGAnimatedAngle.toString() is 'function SVGAnimatedAngle() { [native code] }'
22 PASS SVGColor.toString() is 'function SVGColor() { [native code] }'
23 FAIL SVGICCColor.toString() should be function SVGICCColor() { [native code] }. Threw exception ReferenceError: SVGICCColor is not defined
24 PASS SVGRect.toString() is 'function SVGRect() { [native code] }' 22 PASS SVGRect.toString() is 'function SVGRect() { [native code] }'
25 PASS SVGAnimatedRect.toString() is 'function SVGAnimatedRect() { [native code] } ' 23 PASS SVGAnimatedRect.toString() is 'function SVGAnimatedRect() { [native code] } '
26 FAIL SVGStylable.toString() should be function SVGStylable() { [native code] }. Threw exception ReferenceError: SVGStylable is not defined 24 FAIL SVGStylable.toString() should be function SVGStylable() { [native code] }. Threw exception ReferenceError: SVGStylable is not defined
27 FAIL SVGLocatable.toString() should be function SVGLocatable() { [native code] } . Threw exception ReferenceError: SVGLocatable is not defined 25 FAIL SVGLocatable.toString() should be function SVGLocatable() { [native code] } . Threw exception ReferenceError: SVGLocatable is not defined
28 FAIL SVGTransformable.toString() should be function SVGTransformable() { [native code] }. Threw exception ReferenceError: SVGTransformable is not defined 26 FAIL SVGTransformable.toString() should be function SVGTransformable() { [native code] }. Threw exception ReferenceError: SVGTransformable is not defined
29 FAIL SVGTests.toString() should be function SVGTests() { [native code] }. Threw exception ReferenceError: SVGTests is not defined 27 FAIL SVGTests.toString() should be function SVGTests() { [native code] }. Threw exception ReferenceError: SVGTests is not defined
30 PASS SVGViewSpec.toString() is 'function SVGViewSpec() { [native code] }' 28 PASS SVGViewSpec.toString() is 'function SVGViewSpec() { [native code] }'
31 FAIL SVGURIReference.toString() should be function SVGURIReference() { [native c ode] }. Threw exception ReferenceError: SVGURIReference is not defined 29 FAIL SVGURIReference.toString() should be function SVGURIReference() { [native c ode] }. Threw exception ReferenceError: SVGURIReference is not defined
32 FAIL SVGCSSRule.toString() should be function SVGCSSRule() { [native code] }. Th rew exception ReferenceError: SVGCSSRule is not defined 30 FAIL SVGCSSRule.toString() should be function SVGCSSRule() { [native code] }. Th rew exception ReferenceError: SVGCSSRule is not defined
33 PASS SVGDocument.toString() is 'function SVGDocument() { [native code] }' 31 PASS SVGDocument.toString() is 'function SVGDocument() { [native code] }'
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 PASS SVGPolygonElement.toString() is 'function SVGPolygonElement() { [native cod e] }' 81 PASS SVGPolygonElement.toString() is 'function SVGPolygonElement() { [native cod e] }'
84 PASS SVGTextContentElement.toString() is 'function SVGTextContentElement() { [na tive code] }' 82 PASS SVGTextContentElement.toString() is 'function SVGTextContentElement() { [na tive code] }'
85 PASS SVGTextPositioningElement.toString() is 'function SVGTextPositioningElement () { [native code] }' 83 PASS SVGTextPositioningElement.toString() is 'function SVGTextPositioningElement () { [native code] }'
86 PASS SVGTextElement.toString() is 'function SVGTextElement() { [native code] }' 84 PASS SVGTextElement.toString() is 'function SVGTextElement() { [native code] }'
87 PASS SVGTSpanElement.toString() is 'function SVGTSpanElement() { [native code] } ' 85 PASS SVGTSpanElement.toString() is 'function SVGTSpanElement() { [native code] } '
88 PASS SVGTextPathElement.toString() is 'function SVGTextPathElement() { [native c ode] }' 86 PASS SVGTextPathElement.toString() is 'function SVGTextPathElement() { [native c ode] }'
89 PASS SVGAltGlyphElement.toString() is 'function SVGAltGlyphElement() { [native c ode] }' 87 PASS SVGAltGlyphElement.toString() is 'function SVGAltGlyphElement() { [native c ode] }'
90 PASS SVGAltGlyphDefElement.toString() is 'function SVGAltGlyphDefElement() { [na tive code] }' 88 PASS SVGAltGlyphDefElement.toString() is 'function SVGAltGlyphDefElement() { [na tive code] }'
91 PASS SVGAltGlyphItemElement.toString() is 'function SVGAltGlyphItemElement() { [ native code] }' 89 PASS SVGAltGlyphItemElement.toString() is 'function SVGAltGlyphItemElement() { [ native code] }'
92 PASS SVGGlyphRefElement.toString() is 'function SVGGlyphRefElement() { [native c ode] }' 90 PASS SVGGlyphRefElement.toString() is 'function SVGGlyphRefElement() { [native c ode] }'
93 PASS SVGPaint.toString() is 'function SVGPaint() { [native code] }'
94 PASS SVGMarkerElement.toString() is 'function SVGMarkerElement() { [native code] }' 91 PASS SVGMarkerElement.toString() is 'function SVGMarkerElement() { [native code] }'
95 FAIL SVGColorProfileElement.toString() should be function SVGColorProfileElement () { [native code] }. Threw exception ReferenceError: SVGColorProfileElement is not defined 92 FAIL SVGColorProfileElement.toString() should be function SVGColorProfileElement () { [native code] }. Threw exception ReferenceError: SVGColorProfileElement is not defined
96 FAIL SVGColorProfileRule.toString() should be function SVGColorProfileRule() { [ native code] }. Threw exception ReferenceError: SVGColorProfileRule is not defin ed 93 FAIL SVGColorProfileRule.toString() should be function SVGColorProfileRule() { [ native code] }. Threw exception ReferenceError: SVGColorProfileRule is not defin ed
97 PASS SVGGradientElement.toString() is 'function SVGGradientElement() { [native c ode] }' 94 PASS SVGGradientElement.toString() is 'function SVGGradientElement() { [native c ode] }'
98 PASS SVGLinearGradientElement.toString() is 'function SVGLinearGradientElement() { [native code] }' 95 PASS SVGLinearGradientElement.toString() is 'function SVGLinearGradientElement() { [native code] }'
99 PASS SVGRadialGradientElement.toString() is 'function SVGRadialGradientElement() { [native code] }' 96 PASS SVGRadialGradientElement.toString() is 'function SVGRadialGradientElement() { [native code] }'
100 PASS SVGStopElement.toString() is 'function SVGStopElement() { [native code] }' 97 PASS SVGStopElement.toString() is 'function SVGStopElement() { [native code] }'
101 PASS SVGPatternElement.toString() is 'function SVGPatternElement() { [native cod e] }' 98 PASS SVGPatternElement.toString() is 'function SVGPatternElement() { [native cod e] }'
102 PASS SVGClipPathElement.toString() is 'function SVGClipPathElement() { [native c ode] }' 99 PASS SVGClipPathElement.toString() is 'function SVGClipPathElement() { [native c ode] }'
103 PASS SVGMaskElement.toString() is 'function SVGMaskElement() { [native code] }' 100 PASS SVGMaskElement.toString() is 'function SVGMaskElement() { [native code] }'
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 PASS SVGFontFaceUriElement.toString() is 'function SVGFontFaceUriElement() { [na tive code] }' 148 PASS SVGFontFaceUriElement.toString() is 'function SVGFontFaceUriElement() { [na tive code] }'
152 PASS SVGFontFaceFormatElement.toString() is 'function SVGFontFaceFormatElement() { [native code] }' 149 PASS SVGFontFaceFormatElement.toString() is 'function SVGFontFaceFormatElement() { [native code] }'
153 PASS SVGFontFaceNameElement.toString() is 'function SVGFontFaceNameElement() { [ native code] }' 150 PASS SVGFontFaceNameElement.toString() is 'function SVGFontFaceNameElement() { [ native code] }'
154 FAIL SVGDefinitionSrcElement.toString() should be function SVGDefinitionSrcEleme nt() { [native code] }. Threw exception ReferenceError: SVGDefinitionSrcElement is not defined 151 FAIL SVGDefinitionSrcElement.toString() should be function SVGDefinitionSrcEleme nt() { [native code] }. Threw exception ReferenceError: SVGDefinitionSrcElement is not defined
155 PASS SVGMetadataElement.toString() is 'function SVGMetadataElement() { [native c ode] }' 152 PASS SVGMetadataElement.toString() is 'function SVGMetadataElement() { [native c ode] }'
156 PASS SVGForeignObjectElement.toString() is 'function SVGForeignObjectElement() { [native code] }' 153 PASS SVGForeignObjectElement.toString() is 'function SVGForeignObjectElement() { [native code] }'
157 PASS successfullyParsed is true 154 PASS successfullyParsed is true
158 155
159 TEST COMPLETE 156 TEST COMPLETE
160 157
OLDNEW
« no previous file with comments | « LayoutTests/svg/custom/fill-SVGPaint-interface-expected.txt ('k') | LayoutTests/svg/custom/js-svg-constructors.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698