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

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

Issue 109433003: SVGLangSpace interface should be removed (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Avoid running into ASSERT for Debug Created 7 years 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
« no previous file with comments | « no previous file | LayoutTests/svg/custom/script-tests/global-constructors.js » ('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] }'
11 PASS SVGAnimatedInteger.toString() is 'function SVGAnimatedInteger() { [native c ode] }' 11 PASS SVGAnimatedInteger.toString() is 'function SVGAnimatedInteger() { [native c ode] }'
12 PASS SVGNumber.toString() is 'function SVGNumber() { [native code] }' 12 PASS SVGNumber.toString() is 'function SVGNumber() { [native code] }'
13 PASS SVGAnimatedNumber.toString() is 'function SVGAnimatedNumber() { [native cod e] }' 13 PASS SVGAnimatedNumber.toString() is 'function SVGAnimatedNumber() { [native cod e] }'
14 PASS SVGNumberList.toString() is 'function SVGNumberList() { [native code] }' 14 PASS SVGNumberList.toString() is 'function SVGNumberList() { [native code] }'
15 PASS SVGAnimatedNumberList.toString() is 'function SVGAnimatedNumberList() { [na tive code] }' 15 PASS SVGAnimatedNumberList.toString() is 'function SVGAnimatedNumberList() { [na tive code] }'
16 PASS SVGLength.toString() is 'function SVGLength() { [native code] }' 16 PASS SVGLength.toString() is 'function SVGLength() { [native code] }'
17 PASS SVGAnimatedLength.toString() is 'function SVGAnimatedLength() { [native cod e] }' 17 PASS SVGAnimatedLength.toString() is 'function SVGAnimatedLength() { [native cod e] }'
18 PASS SVGLengthList.toString() is 'function SVGLengthList() { [native code] }' 18 PASS SVGLengthList.toString() is 'function SVGLengthList() { [native code] }'
19 PASS SVGAnimatedLengthList.toString() is 'function SVGAnimatedLengthList() { [na tive code] }' 19 PASS SVGAnimatedLengthList.toString() is 'function SVGAnimatedLengthList() { [na tive code] }'
20 PASS SVGAngle.toString() is 'function SVGAngle() { [native code] }' 20 PASS SVGAngle.toString() is 'function SVGAngle() { [native code] }'
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
31 PASS SVGViewSpec.toString() is 'function SVGViewSpec() { [native code] }' 30 PASS SVGViewSpec.toString() is 'function SVGViewSpec() { [native code] }'
32 FAIL SVGURIReference.toString() should be function SVGURIReference() { [native c ode] }. Threw exception ReferenceError: SVGURIReference is not defined 31 FAIL SVGURIReference.toString() should be function SVGURIReference() { [native c ode] }. Threw exception ReferenceError: SVGURIReference is not defined
33 FAIL SVGCSSRule.toString() should be function SVGCSSRule() { [native code] }. Th rew exception ReferenceError: SVGCSSRule is not defined 32 FAIL SVGCSSRule.toString() should be function SVGCSSRule() { [native code] }. Th rew exception ReferenceError: SVGCSSRule is not defined
34 PASS SVGDocument.toString() is 'function SVGDocument() { [native code] }' 33 PASS SVGDocument.toString() is 'function SVGDocument() { [native code] }'
35 PASS SVGSVGElement.toString() is 'function SVGSVGElement() { [native code] }' 34 PASS SVGSVGElement.toString() is 'function SVGSVGElement() { [native code] }'
36 PASS SVGGElement.toString() is 'function SVGGElement() { [native code] }' 35 PASS SVGGElement.toString() is 'function SVGGElement() { [native code] }'
37 PASS SVGDefsElement.toString() is 'function SVGDefsElement() { [native code] }' 36 PASS SVGDefsElement.toString() is 'function SVGDefsElement() { [native code] }'
38 PASS SVGDescElement.toString() is 'function SVGDescElement() { [native code] }' 37 PASS SVGDescElement.toString() is 'function SVGDescElement() { [native code] }'
39 PASS SVGTitleElement.toString() is 'function SVGTitleElement() { [native code] } ' 38 PASS SVGTitleElement.toString() is 'function SVGTitleElement() { [native code] } '
40 PASS SVGSymbolElement.toString() is 'function SVGSymbolElement() { [native code] }' 39 PASS SVGSymbolElement.toString() is 'function SVGSymbolElement() { [native code] }'
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 PASS SVGFontFaceUriElement.toString() is 'function SVGFontFaceUriElement() { [na tive code] }' 151 PASS SVGFontFaceUriElement.toString() is 'function SVGFontFaceUriElement() { [na tive code] }'
153 PASS SVGFontFaceFormatElement.toString() is 'function SVGFontFaceFormatElement() { [native code] }' 152 PASS SVGFontFaceFormatElement.toString() is 'function SVGFontFaceFormatElement() { [native code] }'
154 PASS SVGFontFaceNameElement.toString() is 'function SVGFontFaceNameElement() { [ native code] }' 153 PASS SVGFontFaceNameElement.toString() is 'function SVGFontFaceNameElement() { [ native code] }'
155 FAIL SVGDefinitionSrcElement.toString() should be function SVGDefinitionSrcEleme nt() { [native code] }. Threw exception ReferenceError: SVGDefinitionSrcElement is not defined 154 FAIL SVGDefinitionSrcElement.toString() should be function SVGDefinitionSrcEleme nt() { [native code] }. Threw exception ReferenceError: SVGDefinitionSrcElement is not defined
156 PASS SVGMetadataElement.toString() is 'function SVGMetadataElement() { [native c ode] }' 155 PASS SVGMetadataElement.toString() is 'function SVGMetadataElement() { [native c ode] }'
157 PASS SVGForeignObjectElement.toString() is 'function SVGForeignObjectElement() { [native code] }' 156 PASS SVGForeignObjectElement.toString() is 'function SVGForeignObjectElement() { [native code] }'
158 PASS successfullyParsed is true 157 PASS successfullyParsed is true
159 158
160 TEST COMPLETE 159 TEST COMPLETE
161 160
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/custom/script-tests/global-constructors.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698