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

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

Issue 2485113002: Remove currentView, useCurrentView properties of SVGSVGElement and SVGViewSpec interface (Closed)
Patch Set: rebased Created 4 years, 1 month 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] }'
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 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] }'
29 FAIL SVGURIReference.toString() should be function SVGURIReference() { [native c ode] }. Threw exception ReferenceError: SVGURIReference is not defined 28 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 29 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] }' 30 PASS SVGSVGElement.toString() is 'function SVGSVGElement() { [native code] }'
32 PASS SVGGElement.toString() is 'function SVGGElement() { [native code] }' 31 PASS SVGGElement.toString() is 'function SVGGElement() { [native code] }'
33 PASS SVGDefsElement.toString() is 'function SVGDefsElement() { [native code] }' 32 PASS SVGDefsElement.toString() is 'function SVGDefsElement() { [native code] }'
34 PASS SVGDescElement.toString() is 'function SVGDescElement() { [native code] }' 33 PASS SVGDescElement.toString() is 'function SVGDescElement() { [native code] }'
35 PASS SVGDiscardElement.toString() is 'function SVGDiscardElement() { [native cod e] }' 34 PASS SVGDiscardElement.toString() is 'function SVGDiscardElement() { [native cod e] }'
36 PASS SVGTitleElement.toString() is 'function SVGTitleElement() { [native code] } ' 35 PASS SVGTitleElement.toString() is 'function SVGTitleElement() { [native code] } '
37 PASS SVGSymbolElement.toString() is 'function SVGSymbolElement() { [native code] }' 36 PASS SVGSymbolElement.toString() is 'function SVGSymbolElement() { [native code] }'
38 PASS SVGUseElement.toString() is 'function SVGUseElement() { [native code] }' 37 PASS SVGUseElement.toString() is 'function SVGUseElement() { [native code] }'
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 PASS SVGMPathElement.toString() is 'function SVGMPathElement() { [native code] } ' 108 PASS SVGMPathElement.toString() is 'function SVGMPathElement() { [native code] } '
110 FAIL SVGAnimateColorElement.toString() should be function SVGAnimateColorElement () { [native code] }. Threw exception ReferenceError: SVGAnimateColorElement is not defined 109 FAIL SVGAnimateColorElement.toString() should be function SVGAnimateColorElement () { [native code] }. Threw exception ReferenceError: SVGAnimateColorElement is not defined
111 PASS SVGAnimateTransformElement.toString() is 'function SVGAnimateTransformEleme nt() { [native code] }' 110 PASS SVGAnimateTransformElement.toString() is 'function SVGAnimateTransformEleme nt() { [native code] }'
112 FAIL SVGDefinitionSrcElement.toString() should be function SVGDefinitionSrcEleme nt() { [native code] }. Threw exception ReferenceError: SVGDefinitionSrcElement is not defined 111 FAIL SVGDefinitionSrcElement.toString() should be function SVGDefinitionSrcEleme nt() { [native code] }. Threw exception ReferenceError: SVGDefinitionSrcElement is not defined
113 PASS SVGMetadataElement.toString() is 'function SVGMetadataElement() { [native c ode] }' 112 PASS SVGMetadataElement.toString() is 'function SVGMetadataElement() { [native c ode] }'
114 PASS SVGForeignObjectElement.toString() is 'function SVGForeignObjectElement() { [native code] }' 113 PASS SVGForeignObjectElement.toString() is 'function SVGForeignObjectElement() { [native code] }'
115 PASS successfullyParsed is true 114 PASS successfullyParsed is true
116 115
117 TEST COMPLETE 116 TEST COMPLETE
118 117
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698