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

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

Issue 272523002: Remove SVGElementInstance (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Address esprehns nits Created 6 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
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 18 matching lines...) Expand all
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 SVGSVGElement.toString() is 'function SVGSVGElement() { [native code] }' 31 PASS SVGSVGElement.toString() is 'function SVGSVGElement() { [native code] }'
32 PASS SVGGElement.toString() is 'function SVGGElement() { [native code] }' 32 PASS SVGGElement.toString() is 'function SVGGElement() { [native code] }'
33 PASS SVGDefsElement.toString() is 'function SVGDefsElement() { [native code] }' 33 PASS SVGDefsElement.toString() is 'function SVGDefsElement() { [native code] }'
34 PASS SVGDescElement.toString() is 'function SVGDescElement() { [native code] }' 34 PASS SVGDescElement.toString() is 'function SVGDescElement() { [native code] }'
35 PASS SVGDiscardElement.toString() is 'function SVGDiscardElement() { [native cod e] }' 35 PASS SVGDiscardElement.toString() is 'function SVGDiscardElement() { [native cod e] }'
36 PASS SVGTitleElement.toString() is 'function SVGTitleElement() { [native code] } ' 36 PASS SVGTitleElement.toString() is 'function SVGTitleElement() { [native code] } '
37 PASS SVGSymbolElement.toString() is 'function SVGSymbolElement() { [native code] }' 37 PASS SVGSymbolElement.toString() is 'function SVGSymbolElement() { [native code] }'
38 PASS SVGUseElement.toString() is 'function SVGUseElement() { [native code] }' 38 PASS SVGUseElement.toString() is 'function SVGUseElement() { [native code] }'
39 PASS SVGElementInstance.toString() is 'function SVGElementInstance() { [native c ode] }'
40 PASS SVGImageElement.toString() is 'function SVGImageElement() { [native code] } ' 39 PASS SVGImageElement.toString() is 'function SVGImageElement() { [native code] } '
41 PASS SVGSwitchElement.toString() is 'function SVGSwitchElement() { [native code] }' 40 PASS SVGSwitchElement.toString() is 'function SVGSwitchElement() { [native code] }'
42 PASS SVGStyleElement.toString() is 'function SVGStyleElement() { [native code] } ' 41 PASS SVGStyleElement.toString() is 'function SVGStyleElement() { [native code] } '
43 PASS SVGPoint.toString() is 'function SVGPoint() { [native code] }' 42 PASS SVGPoint.toString() is 'function SVGPoint() { [native code] }'
44 PASS SVGPointList.toString() is 'function SVGPointList() { [native code] }' 43 PASS SVGPointList.toString() is 'function SVGPointList() { [native code] }'
45 PASS SVGMatrix.toString() is 'function SVGMatrix() { [native code] }' 44 PASS SVGMatrix.toString() is 'function SVGMatrix() { [native code] }'
46 PASS SVGTransform.toString() is 'function SVGTransform() { [native code] }' 45 PASS SVGTransform.toString() is 'function SVGTransform() { [native code] }'
47 PASS SVGTransformList.toString() is 'function SVGTransformList() { [native code] }' 46 PASS SVGTransformList.toString() is 'function SVGTransformList() { [native code] }'
48 PASS SVGAnimatedTransformList.toString() is 'function SVGAnimatedTransformList() { [native code] }' 47 PASS SVGAnimatedTransformList.toString() is 'function SVGAnimatedTransformList() { [native code] }'
49 PASS SVGPreserveAspectRatio.toString() is 'function SVGPreserveAspectRatio() { [ native code] }' 48 PASS SVGPreserveAspectRatio.toString() is 'function SVGPreserveAspectRatio() { [ native code] }'
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 PASS SVGFontFaceUriElement.toString() is 'function SVGFontFaceUriElement() { [na tive code] }' 146 PASS SVGFontFaceUriElement.toString() is 'function SVGFontFaceUriElement() { [na tive code] }'
148 PASS SVGFontFaceFormatElement.toString() is 'function SVGFontFaceFormatElement() { [native code] }' 147 PASS SVGFontFaceFormatElement.toString() is 'function SVGFontFaceFormatElement() { [native code] }'
149 PASS SVGFontFaceNameElement.toString() is 'function SVGFontFaceNameElement() { [ native code] }' 148 PASS SVGFontFaceNameElement.toString() is 'function SVGFontFaceNameElement() { [ native code] }'
150 FAIL SVGDefinitionSrcElement.toString() should be function SVGDefinitionSrcEleme nt() { [native code] }. Threw exception ReferenceError: SVGDefinitionSrcElement is not defined 149 FAIL SVGDefinitionSrcElement.toString() should be function SVGDefinitionSrcEleme nt() { [native code] }. Threw exception ReferenceError: SVGDefinitionSrcElement is not defined
151 PASS SVGMetadataElement.toString() is 'function SVGMetadataElement() { [native c ode] }' 150 PASS SVGMetadataElement.toString() is 'function SVGMetadataElement() { [native c ode] }'
152 PASS SVGForeignObjectElement.toString() is 'function SVGForeignObjectElement() { [native code] }' 151 PASS SVGForeignObjectElement.toString() is 'function SVGForeignObjectElement() { [native code] }'
153 PASS successfullyParsed is true 152 PASS successfullyParsed is true
154 153
155 TEST COMPLETE 154 TEST COMPLETE
156 155
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/svg/custom/script-tests/global-constructors.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698