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

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

Issue 16959011: Get rid of multiple inheritence for SVGViewElement interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase on master Created 7 years, 6 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/svg/custom/js-svg-constructors.svg » ('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 10 matching lines...) Expand all
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] }' 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 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] }' 24 PASS SVGRect.toString() is 'function SVGRect() { [native code] }'
25 PASS SVGAnimatedRect.toString() is 'function SVGAnimatedRect() { [native code] } ' 25 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 26 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 27 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 28 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 29 FAIL SVGTests.toString() should be function SVGTests() { [native code] }. Threw exception ReferenceError: SVGTests is not defined
30 FAIL SVGLangSpace.toString() should be function SVGLangSpace() { [native code] } . Threw exception ReferenceError: SVGLangSpace is not defined 30 FAIL SVGLangSpace.toString() should be function SVGLangSpace() { [native code] } . Threw exception ReferenceError: SVGLangSpace is not defined
31 FAIL SVGExternalResourcesRequired.toString() should be function SVGExternalResou rcesRequired() { [native code] }. Threw exception ReferenceError: SVGExternalRes ourcesRequired is not defined
32 FAIL SVGFitToViewBox.toString() should be function SVGFitToViewBox() { [native c ode] }. Threw exception ReferenceError: SVGFitToViewBox is not defined
33 PASS SVGZoomAndPan.toString() is 'function SVGZoomAndPan() { [native code] }'
34 PASS SVGViewSpec.toString() is 'function SVGViewSpec() { [native code] }' 31 PASS SVGViewSpec.toString() is 'function SVGViewSpec() { [native code] }'
35 FAIL SVGURIReference.toString() should be function SVGURIReference() { [native c ode] }. Threw exception ReferenceError: SVGURIReference is not defined 32 FAIL SVGURIReference.toString() should be function SVGURIReference() { [native c ode] }. Threw exception ReferenceError: SVGURIReference is not defined
36 FAIL SVGCSSRule.toString() should be function SVGCSSRule() { [native code] }. Th rew exception ReferenceError: SVGCSSRule is not defined 33 FAIL SVGCSSRule.toString() should be function SVGCSSRule() { [native code] }. Th rew exception ReferenceError: SVGCSSRule is not defined
37 PASS SVGDocument.toString() is 'function SVGDocument() { [native code] }' 34 PASS SVGDocument.toString() is 'function SVGDocument() { [native code] }'
38 PASS SVGSVGElement.toString() is 'function SVGSVGElement() { [native code] }' 35 PASS SVGSVGElement.toString() is 'function SVGSVGElement() { [native code] }'
39 PASS SVGGElement.toString() is 'function SVGGElement() { [native code] }' 36 PASS SVGGElement.toString() is 'function SVGGElement() { [native code] }'
40 PASS SVGDefsElement.toString() is 'function SVGDefsElement() { [native code] }' 37 PASS SVGDefsElement.toString() is 'function SVGDefsElement() { [native code] }'
41 PASS SVGDescElement.toString() is 'function SVGDescElement() { [native code] }' 38 PASS SVGDescElement.toString() is 'function SVGDescElement() { [native code] }'
42 PASS SVGTitleElement.toString() is 'function SVGTitleElement() { [native code] } ' 39 PASS SVGTitleElement.toString() is 'function SVGTitleElement() { [native code] } '
43 PASS SVGSymbolElement.toString() is 'function SVGSymbolElement() { [native code] }' 40 PASS SVGSymbolElement.toString() is 'function SVGSymbolElement() { [native code] }'
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 PASS SVGFontFaceUriElement.toString() is 'function SVGFontFaceUriElement() { [na tive code] }' 153 PASS SVGFontFaceUriElement.toString() is 'function SVGFontFaceUriElement() { [na tive code] }'
157 PASS SVGFontFaceFormatElement.toString() is 'function SVGFontFaceFormatElement() { [native code] }' 154 PASS SVGFontFaceFormatElement.toString() is 'function SVGFontFaceFormatElement() { [native code] }'
158 PASS SVGFontFaceNameElement.toString() is 'function SVGFontFaceNameElement() { [ native code] }' 155 PASS SVGFontFaceNameElement.toString() is 'function SVGFontFaceNameElement() { [ native code] }'
159 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
160 PASS SVGMetadataElement.toString() is 'function SVGMetadataElement() { [native c ode] }' 157 PASS SVGMetadataElement.toString() is 'function SVGMetadataElement() { [native c ode] }'
161 PASS SVGForeignObjectElement.toString() is 'function SVGForeignObjectElement() { [native code] }' 158 PASS SVGForeignObjectElement.toString() is 'function SVGForeignObjectElement() { [native code] }'
162 PASS successfullyParsed is true 159 PASS successfullyParsed is true
163 160
164 TEST COMPLETE 161 TEST COMPLETE
165 162
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/custom/js-svg-constructors.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698