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

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

Issue 1416273002: Remove SVGPathElement.pathSegList and related interfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 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] }'
(...skipping 29 matching lines...) Expand all
40 PASS SVGSwitchElement.toString() is 'function SVGSwitchElement() { [native code] }' 40 PASS SVGSwitchElement.toString() is 'function SVGSwitchElement() { [native code] }'
41 PASS SVGStyleElement.toString() is 'function SVGStyleElement() { [native code] } ' 41 PASS SVGStyleElement.toString() is 'function SVGStyleElement() { [native code] } '
42 PASS SVGPoint.toString() is 'function SVGPoint() { [native code] }' 42 PASS SVGPoint.toString() is 'function SVGPoint() { [native code] }'
43 PASS SVGPointList.toString() is 'function SVGPointList() { [native code] }' 43 PASS SVGPointList.toString() is 'function SVGPointList() { [native code] }'
44 PASS SVGMatrix.toString() is 'function SVGMatrix() { [native code] }' 44 PASS SVGMatrix.toString() is 'function SVGMatrix() { [native code] }'
45 PASS SVGTransform.toString() is 'function SVGTransform() { [native code] }' 45 PASS SVGTransform.toString() is 'function SVGTransform() { [native code] }'
46 PASS SVGTransformList.toString() is 'function SVGTransformList() { [native code] }' 46 PASS SVGTransformList.toString() is 'function SVGTransformList() { [native code] }'
47 PASS SVGAnimatedTransformList.toString() is 'function SVGAnimatedTransformList() { [native code] }' 47 PASS SVGAnimatedTransformList.toString() is 'function SVGAnimatedTransformList() { [native code] }'
48 PASS SVGPreserveAspectRatio.toString() is 'function SVGPreserveAspectRatio() { [ native code] }' 48 PASS SVGPreserveAspectRatio.toString() is 'function SVGPreserveAspectRatio() { [ native code] }'
49 PASS SVGAnimatedPreserveAspectRatio.toString() is 'function SVGAnimatedPreserveA spectRatio() { [native code] }' 49 PASS SVGAnimatedPreserveAspectRatio.toString() is 'function SVGAnimatedPreserveA spectRatio() { [native code] }'
50 PASS SVGPathSeg.toString() is 'function SVGPathSeg() { [native code] }'
51 PASS SVGPathSegClosePath.toString() is 'function SVGPathSegClosePath() { [native code] }'
52 PASS SVGPathSegMovetoAbs.toString() is 'function SVGPathSegMovetoAbs() { [native code] }'
53 PASS SVGPathSegMovetoRel.toString() is 'function SVGPathSegMovetoRel() { [native code] }'
54 PASS SVGPathSegLinetoAbs.toString() is 'function SVGPathSegLinetoAbs() { [native code] }'
55 PASS SVGPathSegLinetoRel.toString() is 'function SVGPathSegLinetoRel() { [native code] }'
56 PASS SVGPathSegCurvetoCubicAbs.toString() is 'function SVGPathSegCurvetoCubicAbs () { [native code] }'
57 PASS SVGPathSegCurvetoCubicRel.toString() is 'function SVGPathSegCurvetoCubicRel () { [native code] }'
58 PASS SVGPathSegCurvetoQuadraticAbs.toString() is 'function SVGPathSegCurvetoQuad raticAbs() { [native code] }'
59 PASS SVGPathSegCurvetoQuadraticRel.toString() is 'function SVGPathSegCurvetoQuad raticRel() { [native code] }'
60 PASS SVGPathSegArcAbs.toString() is 'function SVGPathSegArcAbs() { [native code] }'
61 PASS SVGPathSegArcRel.toString() is 'function SVGPathSegArcRel() { [native code] }'
62 PASS SVGPathSegLinetoHorizontalAbs.toString() is 'function SVGPathSegLinetoHoriz ontalAbs() { [native code] }'
63 PASS SVGPathSegLinetoHorizontalRel.toString() is 'function SVGPathSegLinetoHoriz ontalRel() { [native code] }'
64 PASS SVGPathSegLinetoVerticalAbs.toString() is 'function SVGPathSegLinetoVertica lAbs() { [native code] }'
65 PASS SVGPathSegLinetoVerticalRel.toString() is 'function SVGPathSegLinetoVertica lRel() { [native code] }'
66 PASS SVGPathSegCurvetoCubicSmoothAbs.toString() is 'function SVGPathSegCurvetoCu bicSmoothAbs() { [native code] }'
67 PASS SVGPathSegCurvetoCubicSmoothRel.toString() is 'function SVGPathSegCurvetoCu bicSmoothRel() { [native code] }'
68 PASS SVGPathSegCurvetoQuadraticSmoothAbs.toString() is 'function SVGPathSegCurve toQuadraticSmoothAbs() { [native code] }'
69 PASS SVGPathSegCurvetoQuadraticSmoothRel.toString() is 'function SVGPathSegCurve toQuadraticSmoothRel() { [native code] }'
70 PASS SVGPathSegList.toString() is 'function SVGPathSegList() { [native code] }'
71 FAIL SVGAnimatedPathData.toString() should be function SVGAnimatedPathData() { [ native code] }. Threw exception ReferenceError: SVGAnimatedPathData is not defin ed
72 PASS SVGPathElement.toString() is 'function SVGPathElement() { [native code] }' 50 PASS SVGPathElement.toString() is 'function SVGPathElement() { [native code] }'
73 PASS SVGRectElement.toString() is 'function SVGRectElement() { [native code] }' 51 PASS SVGRectElement.toString() is 'function SVGRectElement() { [native code] }'
74 PASS SVGCircleElement.toString() is 'function SVGCircleElement() { [native code] }' 52 PASS SVGCircleElement.toString() is 'function SVGCircleElement() { [native code] }'
75 PASS SVGEllipseElement.toString() is 'function SVGEllipseElement() { [native cod e] }' 53 PASS SVGEllipseElement.toString() is 'function SVGEllipseElement() { [native cod e] }'
76 PASS SVGLineElement.toString() is 'function SVGLineElement() { [native code] }' 54 PASS SVGLineElement.toString() is 'function SVGLineElement() { [native code] }'
77 FAIL SVGAnimatedPoints.toString() should be function SVGAnimatedPoints() { [nati ve code] }. Threw exception ReferenceError: SVGAnimatedPoints is not defined 55 FAIL SVGAnimatedPoints.toString() should be function SVGAnimatedPoints() { [nati ve code] }. Threw exception ReferenceError: SVGAnimatedPoints is not defined
78 PASS SVGPolylineElement.toString() is 'function SVGPolylineElement() { [native c ode] }' 56 PASS SVGPolylineElement.toString() is 'function SVGPolylineElement() { [native c ode] }'
79 PASS SVGPolygonElement.toString() is 'function SVGPolygonElement() { [native cod e] }' 57 PASS SVGPolygonElement.toString() is 'function SVGPolygonElement() { [native cod e] }'
80 PASS SVGTextContentElement.toString() is 'function SVGTextContentElement() { [na tive code] }' 58 PASS SVGTextContentElement.toString() is 'function SVGTextContentElement() { [na tive code] }'
81 PASS SVGTextPositioningElement.toString() is 'function SVGTextPositioningElement () { [native code] }' 59 PASS SVGTextPositioningElement.toString() is 'function SVGTextPositioningElement () { [native code] }'
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 PASS SVGMPathElement.toString() is 'function SVGMPathElement() { [native code] } ' 110 PASS SVGMPathElement.toString() is 'function SVGMPathElement() { [native code] } '
133 FAIL SVGAnimateColorElement.toString() should be function SVGAnimateColorElement () { [native code] }. Threw exception ReferenceError: SVGAnimateColorElement is not defined 111 FAIL SVGAnimateColorElement.toString() should be function SVGAnimateColorElement () { [native code] }. Threw exception ReferenceError: SVGAnimateColorElement is not defined
134 PASS SVGAnimateTransformElement.toString() is 'function SVGAnimateTransformEleme nt() { [native code] }' 112 PASS SVGAnimateTransformElement.toString() is 'function SVGAnimateTransformEleme nt() { [native code] }'
135 FAIL SVGDefinitionSrcElement.toString() should be function SVGDefinitionSrcEleme nt() { [native code] }. Threw exception ReferenceError: SVGDefinitionSrcElement is not defined 113 FAIL SVGDefinitionSrcElement.toString() should be function SVGDefinitionSrcEleme nt() { [native code] }. Threw exception ReferenceError: SVGDefinitionSrcElement is not defined
136 PASS SVGMetadataElement.toString() is 'function SVGMetadataElement() { [native c ode] }' 114 PASS SVGMetadataElement.toString() is 'function SVGMetadataElement() { [native c ode] }'
137 PASS SVGForeignObjectElement.toString() is 'function SVGForeignObjectElement() { [native code] }' 115 PASS SVGForeignObjectElement.toString() is 'function SVGForeignObjectElement() { [native code] }'
138 PASS successfullyParsed is true 116 PASS successfullyParsed is true
139 117
140 TEST COMPLETE 118 TEST COMPLETE
141 119
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698