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

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

Issue 146193003: Remove SVGDocument binding (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase against ToT Created 6 years, 10 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 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 SVGRect.toString() is 'function SVGRect() { [native code] }' 22 PASS SVGRect.toString() is 'function SVGRect() { [native code] }'
23 PASS SVGAnimatedRect.toString() is 'function SVGAnimatedRect() { [native code] } ' 23 PASS SVGAnimatedRect.toString() is 'function SVGAnimatedRect() { [native code] } '
24 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
25 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
26 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
27 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
28 PASS SVGViewSpec.toString() is 'function SVGViewSpec() { [native code] }' 28 PASS SVGViewSpec.toString() is 'function SVGViewSpec() { [native code] }'
29 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
30 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
31 PASS SVGDocument.toString() is 'function SVGDocument() { [native code] }'
32 PASS SVGSVGElement.toString() is 'function SVGSVGElement() { [native code] }' 31 PASS SVGSVGElement.toString() is 'function SVGSVGElement() { [native code] }'
33 PASS SVGGElement.toString() is 'function SVGGElement() { [native code] }' 32 PASS SVGGElement.toString() is 'function SVGGElement() { [native code] }'
34 PASS SVGDefsElement.toString() is 'function SVGDefsElement() { [native code] }' 33 PASS SVGDefsElement.toString() is 'function SVGDefsElement() { [native code] }'
35 PASS SVGDescElement.toString() is 'function SVGDescElement() { [native code] }' 34 PASS SVGDescElement.toString() is 'function SVGDescElement() { [native code] }'
36 PASS SVGDiscardElement.toString() is 'function SVGDiscardElement() { [native cod e] }' 35 PASS SVGDiscardElement.toString() is 'function SVGDiscardElement() { [native cod e] }'
37 PASS SVGTitleElement.toString() is 'function SVGTitleElement() { [native code] } ' 36 PASS SVGTitleElement.toString() is 'function SVGTitleElement() { [native code] } '
38 PASS SVGSymbolElement.toString() is 'function SVGSymbolElement() { [native code] }' 37 PASS SVGSymbolElement.toString() is 'function SVGSymbolElement() { [native code] }'
39 PASS SVGUseElement.toString() is 'function SVGUseElement() { [native code] }' 38 PASS SVGUseElement.toString() is 'function SVGUseElement() { [native code] }'
40 PASS SVGElementInstance.toString() is 'function SVGElementInstance() { [native c ode] }' 39 PASS SVGElementInstance.toString() is 'function SVGElementInstance() { [native c ode] }'
41 PASS SVGElementInstanceList.toString() is 'function SVGElementInstanceList() { [ native code] }' 40 PASS SVGElementInstanceList.toString() is 'function SVGElementInstanceList() { [ native code] }'
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 PASS SVGFontFaceUriElement.toString() is 'function SVGFontFaceUriElement() { [na tive code] }' 148 PASS SVGFontFaceUriElement.toString() is 'function SVGFontFaceUriElement() { [na tive code] }'
150 PASS SVGFontFaceFormatElement.toString() is 'function SVGFontFaceFormatElement() { [native code] }' 149 PASS SVGFontFaceFormatElement.toString() is 'function SVGFontFaceFormatElement() { [native code] }'
151 PASS SVGFontFaceNameElement.toString() is 'function SVGFontFaceNameElement() { [ native code] }' 150 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 151 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] }' 152 PASS SVGMetadataElement.toString() is 'function SVGMetadataElement() { [native c ode] }'
154 PASS SVGForeignObjectElement.toString() is 'function SVGForeignObjectElement() { [native code] }' 153 PASS SVGForeignObjectElement.toString() is 'function SVGForeignObjectElement() { [native code] }'
155 PASS successfullyParsed is true 154 PASS successfullyParsed is true
156 155
157 TEST COMPLETE 156 TEST COMPLETE
158 157
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698