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

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

Issue 2133983003: Remove SVGZoomEvent interface and onzoom attribute (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove SVGZoomEvent.idl Created 4 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
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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 PASS SVGFEMorphologyElement.toString() is 'function SVGFEMorphologyElement() { [ native code] }' 95 PASS SVGFEMorphologyElement.toString() is 'function SVGFEMorphologyElement() { [ native code] }'
96 PASS SVGFEOffsetElement.toString() is 'function SVGFEOffsetElement() { [native c ode] }' 96 PASS SVGFEOffsetElement.toString() is 'function SVGFEOffsetElement() { [native c ode] }'
97 PASS SVGFESpecularLightingElement.toString() is 'function SVGFESpecularLightingE lement() { [native code] }' 97 PASS SVGFESpecularLightingElement.toString() is 'function SVGFESpecularLightingE lement() { [native code] }'
98 PASS SVGFETileElement.toString() is 'function SVGFETileElement() { [native code] }' 98 PASS SVGFETileElement.toString() is 'function SVGFETileElement() { [native code] }'
99 PASS SVGFETurbulenceElement.toString() is 'function SVGFETurbulenceElement() { [ native code] }' 99 PASS SVGFETurbulenceElement.toString() is 'function SVGFETurbulenceElement() { [ native code] }'
100 PASS SVGCursorElement.toString() is 'function SVGCursorElement() { [native code] }' 100 PASS SVGCursorElement.toString() is 'function SVGCursorElement() { [native code] }'
101 PASS SVGAElement.toString() is 'function SVGAElement() { [native code] }' 101 PASS SVGAElement.toString() is 'function SVGAElement() { [native code] }'
102 PASS SVGViewElement.toString() is 'function SVGViewElement() { [native code] }' 102 PASS SVGViewElement.toString() is 'function SVGViewElement() { [native code] }'
103 PASS SVGScriptElement.toString() is 'function SVGScriptElement() { [native code] }' 103 PASS SVGScriptElement.toString() is 'function SVGScriptElement() { [native code] }'
104 FAIL SVGEvent.toString() should be function SVGEvent() { [native code] }. Threw exception ReferenceError: SVGEvent is not defined 104 FAIL SVGEvent.toString() should be function SVGEvent() { [native code] }. Threw exception ReferenceError: SVGEvent is not defined
105 PASS SVGZoomEvent.toString() is 'function SVGZoomEvent() { [native code] }' 105 FAIL SVGZoomEvent.toString() should be function SVGZoomEvent() { [native code] } . Threw exception ReferenceError: SVGZoomEvent is not defined
foolip 2016/07/12 09:35:06 Edit LayoutTests/svg/custom/script-tests/global-co
Shanmuga Pandi 2016/07/12 13:06:10 Done.
106 PASS SVGAnimationElement.toString() is 'function SVGAnimationElement() { [native code] }' 106 PASS SVGAnimationElement.toString() is 'function SVGAnimationElement() { [native code] }'
107 PASS SVGAnimateElement.toString() is 'function SVGAnimateElement() { [native cod e] }' 107 PASS SVGAnimateElement.toString() is 'function SVGAnimateElement() { [native cod e] }'
108 PASS SVGSetElement.toString() is 'function SVGSetElement() { [native code] }' 108 PASS SVGSetElement.toString() is 'function SVGSetElement() { [native code] }'
109 PASS SVGAnimateMotionElement.toString() is 'function SVGAnimateMotionElement() { [native code] }' 109 PASS SVGAnimateMotionElement.toString() is 'function SVGAnimateMotionElement() { [native code] }'
110 PASS SVGMPathElement.toString() is 'function SVGMPathElement() { [native code] } ' 110 PASS SVGMPathElement.toString() is 'function SVGMPathElement() { [native code] } '
111 FAIL SVGAnimateColorElement.toString() should be function SVGAnimateColorElement () { [native code] }. Threw exception ReferenceError: SVGAnimateColorElement is not defined 111 FAIL SVGAnimateColorElement.toString() should be function SVGAnimateColorElement () { [native code] }. Threw exception ReferenceError: SVGAnimateColorElement is not defined
112 PASS SVGAnimateTransformElement.toString() is 'function SVGAnimateTransformEleme nt() { [native code] }' 112 PASS SVGAnimateTransformElement.toString() is 'function SVGAnimateTransformEleme nt() { [native code] }'
113 FAIL SVGDefinitionSrcElement.toString() should be function SVGDefinitionSrcEleme nt() { [native code] }. Threw exception ReferenceError: SVGDefinitionSrcElement is not defined 113 FAIL SVGDefinitionSrcElement.toString() should be function SVGDefinitionSrcEleme nt() { [native code] }. Threw exception ReferenceError: SVGDefinitionSrcElement is not defined
114 PASS SVGMetadataElement.toString() is 'function SVGMetadataElement() { [native c ode] }' 114 PASS SVGMetadataElement.toString() is 'function SVGMetadataElement() { [native c ode] }'
115 PASS SVGForeignObjectElement.toString() is 'function SVGForeignObjectElement() { [native code] }' 115 PASS SVGForeignObjectElement.toString() is 'function SVGForeignObjectElement() { [native code] }'
116 PASS successfullyParsed is true 116 PASS successfullyParsed is true
117 117
118 TEST COMPLETE 118 TEST COMPLETE
119 119
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698