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

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

Issue 137443006: Remove support for <animateColor>. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: test adjustments Created 6 years, 11 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 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] }'
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 PASS SVGAElement.toString() is 'function SVGAElement() { [native code] }' 130 PASS SVGAElement.toString() is 'function SVGAElement() { [native code] }'
131 PASS SVGViewElement.toString() is 'function SVGViewElement() { [native code] }' 131 PASS SVGViewElement.toString() is 'function SVGViewElement() { [native code] }'
132 PASS SVGScriptElement.toString() is 'function SVGScriptElement() { [native code] }' 132 PASS SVGScriptElement.toString() is 'function SVGScriptElement() { [native code] }'
133 FAIL SVGEvent.toString() should be function SVGEvent() { [native code] }. Threw exception ReferenceError: SVGEvent is not defined 133 FAIL SVGEvent.toString() should be function SVGEvent() { [native code] }. Threw exception ReferenceError: SVGEvent is not defined
134 PASS SVGZoomEvent.toString() is 'function SVGZoomEvent() { [native code] }' 134 PASS SVGZoomEvent.toString() is 'function SVGZoomEvent() { [native code] }'
135 PASS SVGAnimationElement.toString() is 'function SVGAnimationElement() { [native code] }' 135 PASS SVGAnimationElement.toString() is 'function SVGAnimationElement() { [native code] }'
136 PASS SVGAnimateElement.toString() is 'function SVGAnimateElement() { [native cod e] }' 136 PASS SVGAnimateElement.toString() is 'function SVGAnimateElement() { [native cod e] }'
137 PASS SVGSetElement.toString() is 'function SVGSetElement() { [native code] }' 137 PASS SVGSetElement.toString() is 'function SVGSetElement() { [native code] }'
138 PASS SVGAnimateMotionElement.toString() is 'function SVGAnimateMotionElement() { [native code] }' 138 PASS SVGAnimateMotionElement.toString() is 'function SVGAnimateMotionElement() { [native code] }'
139 PASS SVGMPathElement.toString() is 'function SVGMPathElement() { [native code] } ' 139 PASS SVGMPathElement.toString() is 'function SVGMPathElement() { [native code] } '
140 PASS SVGAnimateColorElement.toString() is 'function SVGAnimateColorElement() { [ native code] }' 140 FAIL SVGAnimateColorElement.toString() should be function SVGAnimateColorElement () { [native code] }. Threw exception ReferenceError: SVGAnimateColorElement is not defined
Stephen Chennney 2014/01/14 14:10:08 File a new bug to remove the test cases related sp
Erik Dahlström (inactive) 2014/01/14 14:35:10 Filed http://code.google.com/p/chromium/issues/det
141 PASS SVGAnimateTransformElement.toString() is 'function SVGAnimateTransformEleme nt() { [native code] }' 141 PASS SVGAnimateTransformElement.toString() is 'function SVGAnimateTransformEleme nt() { [native code] }'
142 PASS SVGFontElement.toString() is 'function SVGFontElement() { [native code] }' 142 PASS SVGFontElement.toString() is 'function SVGFontElement() { [native code] }'
143 PASS SVGGlyphElement.toString() is 'function SVGGlyphElement() { [native code] } ' 143 PASS SVGGlyphElement.toString() is 'function SVGGlyphElement() { [native code] } '
144 PASS SVGMissingGlyphElement.toString() is 'function SVGMissingGlyphElement() { [ native code] }' 144 PASS SVGMissingGlyphElement.toString() is 'function SVGMissingGlyphElement() { [ native code] }'
145 PASS SVGHKernElement.toString() is 'function SVGHKernElement() { [native code] } ' 145 PASS SVGHKernElement.toString() is 'function SVGHKernElement() { [native code] } '
146 PASS SVGVKernElement.toString() is 'function SVGVKernElement() { [native code] } ' 146 PASS SVGVKernElement.toString() is 'function SVGVKernElement() { [native code] } '
147 PASS SVGFontFaceElement.toString() is 'function SVGFontFaceElement() { [native c ode] }' 147 PASS SVGFontFaceElement.toString() is 'function SVGFontFaceElement() { [native c ode] }'
148 PASS SVGFontFaceSrcElement.toString() is 'function SVGFontFaceSrcElement() { [na tive code] }' 148 PASS SVGFontFaceSrcElement.toString() is 'function SVGFontFaceSrcElement() { [na tive code] }'
149 PASS SVGFontFaceUriElement.toString() is 'function SVGFontFaceUriElement() { [na tive code] }' 149 PASS SVGFontFaceUriElement.toString() is 'function SVGFontFaceUriElement() { [na tive code] }'
150 PASS SVGFontFaceFormatElement.toString() is 'function SVGFontFaceFormatElement() { [native code] }' 150 PASS SVGFontFaceFormatElement.toString() is 'function SVGFontFaceFormatElement() { [native code] }'
151 PASS SVGFontFaceNameElement.toString() is 'function SVGFontFaceNameElement() { [ native code] }' 151 PASS SVGFontFaceNameElement.toString() is 'function SVGFontFaceNameElement() { [ native code] }'
152 FAIL SVGDefinitionSrcElement.toString() should be function SVGDefinitionSrcEleme nt() { [native code] }. Threw exception ReferenceError: SVGDefinitionSrcElement is not defined 152 FAIL SVGDefinitionSrcElement.toString() should be function SVGDefinitionSrcEleme nt() { [native code] }. Threw exception ReferenceError: SVGDefinitionSrcElement is not defined
153 PASS SVGMetadataElement.toString() is 'function SVGMetadataElement() { [native c ode] }' 153 PASS SVGMetadataElement.toString() is 'function SVGMetadataElement() { [native c ode] }'
154 PASS SVGForeignObjectElement.toString() is 'function SVGForeignObjectElement() { [native code] }' 154 PASS SVGForeignObjectElement.toString() is 'function SVGForeignObjectElement() { [native code] }'
155 PASS successfullyParsed is true 155 PASS successfullyParsed is true
156 156
157 TEST COMPLETE 157 TEST COMPLETE
158 158
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698