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

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

Issue 18500004: Remove ElementTimeControl IDL interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/webexposed/global-constructors-listing-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 PASS SVGFEOffsetElement.toString() is 'function SVGFEOffsetElement() { [native c ode] }' 129 PASS SVGFEOffsetElement.toString() is 'function SVGFEOffsetElement() { [native c ode] }'
130 PASS SVGFESpecularLightingElement.toString() is 'function SVGFESpecularLightingE lement() { [native code] }' 130 PASS SVGFESpecularLightingElement.toString() is 'function SVGFESpecularLightingE lement() { [native code] }'
131 PASS SVGFETileElement.toString() is 'function SVGFETileElement() { [native code] }' 131 PASS SVGFETileElement.toString() is 'function SVGFETileElement() { [native code] }'
132 PASS SVGFETurbulenceElement.toString() is 'function SVGFETurbulenceElement() { [ native code] }' 132 PASS SVGFETurbulenceElement.toString() is 'function SVGFETurbulenceElement() { [ native code] }'
133 PASS SVGCursorElement.toString() is 'function SVGCursorElement() { [native code] }' 133 PASS SVGCursorElement.toString() is 'function SVGCursorElement() { [native code] }'
134 PASS SVGAElement.toString() is 'function SVGAElement() { [native code] }' 134 PASS SVGAElement.toString() is 'function SVGAElement() { [native code] }'
135 PASS SVGViewElement.toString() is 'function SVGViewElement() { [native code] }' 135 PASS SVGViewElement.toString() is 'function SVGViewElement() { [native code] }'
136 PASS SVGScriptElement.toString() is 'function SVGScriptElement() { [native code] }' 136 PASS SVGScriptElement.toString() is 'function SVGScriptElement() { [native code] }'
137 FAIL SVGEvent.toString() should be function SVGEvent() { [native code] }. Threw exception ReferenceError: SVGEvent is not defined 137 FAIL SVGEvent.toString() should be function SVGEvent() { [native code] }. Threw exception ReferenceError: SVGEvent is not defined
138 PASS SVGZoomEvent.toString() is 'function SVGZoomEvent() { [native code] }' 138 PASS SVGZoomEvent.toString() is 'function SVGZoomEvent() { [native code] }'
139 FAIL SVGAnimationElement.toString() should be function SVGAnimationElement() { [ native code] }. Threw exception ReferenceError: SVGAnimationElement is not defin ed 139 PASS SVGAnimationElement.toString() is 'function SVGAnimationElement() { [native code] }'
140 PASS SVGAnimateElement.toString() is 'function SVGAnimateElement() { [native cod e] }' 140 PASS SVGAnimateElement.toString() is 'function SVGAnimateElement() { [native cod e] }'
141 PASS SVGSetElement.toString() is 'function SVGSetElement() { [native code] }' 141 PASS SVGSetElement.toString() is 'function SVGSetElement() { [native code] }'
142 PASS SVGAnimateMotionElement.toString() is 'function SVGAnimateMotionElement() { [native code] }' 142 PASS SVGAnimateMotionElement.toString() is 'function SVGAnimateMotionElement() { [native code] }'
143 PASS SVGMPathElement.toString() is 'function SVGMPathElement() { [native code] } ' 143 PASS SVGMPathElement.toString() is 'function SVGMPathElement() { [native code] } '
144 PASS SVGAnimateColorElement.toString() is 'function SVGAnimateColorElement() { [ native code] }' 144 PASS SVGAnimateColorElement.toString() is 'function SVGAnimateColorElement() { [ native code] }'
145 PASS SVGAnimateTransformElement.toString() is 'function SVGAnimateTransformEleme nt() { [native code] }' 145 PASS SVGAnimateTransformElement.toString() is 'function SVGAnimateTransformEleme nt() { [native code] }'
146 PASS SVGFontElement.toString() is 'function SVGFontElement() { [native code] }' 146 PASS SVGFontElement.toString() is 'function SVGFontElement() { [native code] }'
147 PASS SVGGlyphElement.toString() is 'function SVGGlyphElement() { [native code] } ' 147 PASS SVGGlyphElement.toString() is 'function SVGGlyphElement() { [native code] } '
148 PASS SVGMissingGlyphElement.toString() is 'function SVGMissingGlyphElement() { [ native code] }' 148 PASS SVGMissingGlyphElement.toString() is 'function SVGMissingGlyphElement() { [ native code] }'
149 PASS SVGHKernElement.toString() is 'function SVGHKernElement() { [native code] } ' 149 PASS SVGHKernElement.toString() is 'function SVGHKernElement() { [native code] } '
150 PASS SVGVKernElement.toString() is 'function SVGVKernElement() { [native code] } ' 150 PASS SVGVKernElement.toString() is 'function SVGVKernElement() { [native code] } '
151 PASS SVGFontFaceElement.toString() is 'function SVGFontFaceElement() { [native c ode] }' 151 PASS SVGFontFaceElement.toString() is 'function SVGFontFaceElement() { [native c ode] }'
152 PASS SVGFontFaceSrcElement.toString() is 'function SVGFontFaceSrcElement() { [na tive code] }' 152 PASS SVGFontFaceSrcElement.toString() is 'function SVGFontFaceSrcElement() { [na tive code] }'
153 PASS SVGFontFaceUriElement.toString() is 'function SVGFontFaceUriElement() { [na tive code] }' 153 PASS SVGFontFaceUriElement.toString() is 'function SVGFontFaceUriElement() { [na tive code] }'
154 PASS SVGFontFaceFormatElement.toString() is 'function SVGFontFaceFormatElement() { [native code] }' 154 PASS SVGFontFaceFormatElement.toString() is 'function SVGFontFaceFormatElement() { [native code] }'
155 PASS SVGFontFaceNameElement.toString() is 'function SVGFontFaceNameElement() { [ native code] }' 155 PASS SVGFontFaceNameElement.toString() is 'function SVGFontFaceNameElement() { [ native code] }'
156 FAIL SVGDefinitionSrcElement.toString() should be function SVGDefinitionSrcEleme nt() { [native code] }. Threw exception ReferenceError: SVGDefinitionSrcElement is not defined 156 FAIL SVGDefinitionSrcElement.toString() should be function SVGDefinitionSrcEleme nt() { [native code] }. Threw exception ReferenceError: SVGDefinitionSrcElement is not defined
157 PASS SVGMetadataElement.toString() is 'function SVGMetadataElement() { [native c ode] }' 157 PASS SVGMetadataElement.toString() is 'function SVGMetadataElement() { [native c ode] }'
158 PASS SVGForeignObjectElement.toString() is 'function SVGForeignObjectElement() { [native code] }' 158 PASS SVGForeignObjectElement.toString() is 'function SVGForeignObjectElement() { [native code] }'
159 PASS successfullyParsed is true 159 PASS successfullyParsed is true
160 160
161 TEST COMPLETE 161 TEST COMPLETE
162 162
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/webexposed/global-constructors-listing-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698