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

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: More expectation updates. 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] }' 50 FAIL SVGPathSeg.toString() should be function SVGPathSeg() { [native code] }. Th rew exception ReferenceError: SVGPathSeg is not defined
fs 2015/10/23 09:12:32 Dropped these too per below.
51 PASS SVGPathSegClosePath.toString() is 'function SVGPathSegClosePath() { [native code] }' 51 FAIL SVGPathSegClosePath.toString() should be function SVGPathSegClosePath() { [ native code] }. Threw exception ReferenceError: SVGPathSegClosePath is not defin ed
52 PASS SVGPathSegMovetoAbs.toString() is 'function SVGPathSegMovetoAbs() { [native code] }' 52 FAIL SVGPathSegMovetoAbs.toString() should be function SVGPathSegMovetoAbs() { [ native code] }. Threw exception ReferenceError: SVGPathSegMovetoAbs is not defin ed
53 PASS SVGPathSegMovetoRel.toString() is 'function SVGPathSegMovetoRel() { [native code] }' 53 FAIL SVGPathSegMovetoRel.toString() should be function SVGPathSegMovetoRel() { [ native code] }. Threw exception ReferenceError: SVGPathSegMovetoRel is not defin ed
54 PASS SVGPathSegLinetoAbs.toString() is 'function SVGPathSegLinetoAbs() { [native code] }' 54 FAIL SVGPathSegLinetoAbs.toString() should be function SVGPathSegLinetoAbs() { [ native code] }. Threw exception ReferenceError: SVGPathSegLinetoAbs is not defin ed
55 PASS SVGPathSegLinetoRel.toString() is 'function SVGPathSegLinetoRel() { [native code] }' 55 FAIL SVGPathSegLinetoRel.toString() should be function SVGPathSegLinetoRel() { [ native code] }. Threw exception ReferenceError: SVGPathSegLinetoRel is not defin ed
56 PASS SVGPathSegCurvetoCubicAbs.toString() is 'function SVGPathSegCurvetoCubicAbs () { [native code] }' 56 FAIL SVGPathSegCurvetoCubicAbs.toString() should be function SVGPathSegCurvetoCu bicAbs() { [native code] }. Threw exception ReferenceError: SVGPathSegCurvetoCub icAbs is not defined
57 PASS SVGPathSegCurvetoCubicRel.toString() is 'function SVGPathSegCurvetoCubicRel () { [native code] }' 57 FAIL SVGPathSegCurvetoCubicRel.toString() should be function SVGPathSegCurvetoCu bicRel() { [native code] }. Threw exception ReferenceError: SVGPathSegCurvetoCub icRel is not defined
58 PASS SVGPathSegCurvetoQuadraticAbs.toString() is 'function SVGPathSegCurvetoQuad raticAbs() { [native code] }' 58 FAIL SVGPathSegCurvetoQuadraticAbs.toString() should be function SVGPathSegCurve toQuadraticAbs() { [native code] }. Threw exception ReferenceError: SVGPathSegCu rvetoQuadraticAbs is not defined
59 PASS SVGPathSegCurvetoQuadraticRel.toString() is 'function SVGPathSegCurvetoQuad raticRel() { [native code] }' 59 FAIL SVGPathSegCurvetoQuadraticRel.toString() should be function SVGPathSegCurve toQuadraticRel() { [native code] }. Threw exception ReferenceError: SVGPathSegCu rvetoQuadraticRel is not defined
60 PASS SVGPathSegArcAbs.toString() is 'function SVGPathSegArcAbs() { [native code] }' 60 FAIL SVGPathSegArcAbs.toString() should be function SVGPathSegArcAbs() { [native code] }. Threw exception ReferenceError: SVGPathSegArcAbs is not defined
61 PASS SVGPathSegArcRel.toString() is 'function SVGPathSegArcRel() { [native code] }' 61 FAIL SVGPathSegArcRel.toString() should be function SVGPathSegArcRel() { [native code] }. Threw exception ReferenceError: SVGPathSegArcRel is not defined
62 PASS SVGPathSegLinetoHorizontalAbs.toString() is 'function SVGPathSegLinetoHoriz ontalAbs() { [native code] }' 62 FAIL SVGPathSegLinetoHorizontalAbs.toString() should be function SVGPathSegLinet oHorizontalAbs() { [native code] }. Threw exception ReferenceError: SVGPathSegLi netoHorizontalAbs is not defined
63 PASS SVGPathSegLinetoHorizontalRel.toString() is 'function SVGPathSegLinetoHoriz ontalRel() { [native code] }' 63 FAIL SVGPathSegLinetoHorizontalRel.toString() should be function SVGPathSegLinet oHorizontalRel() { [native code] }. Threw exception ReferenceError: SVGPathSegLi netoHorizontalRel is not defined
64 PASS SVGPathSegLinetoVerticalAbs.toString() is 'function SVGPathSegLinetoVertica lAbs() { [native code] }' 64 FAIL SVGPathSegLinetoVerticalAbs.toString() should be function SVGPathSegLinetoV erticalAbs() { [native code] }. Threw exception ReferenceError: SVGPathSegLineto VerticalAbs is not defined
65 PASS SVGPathSegLinetoVerticalRel.toString() is 'function SVGPathSegLinetoVertica lRel() { [native code] }' 65 FAIL SVGPathSegLinetoVerticalRel.toString() should be function SVGPathSegLinetoV erticalRel() { [native code] }. Threw exception ReferenceError: SVGPathSegLineto VerticalRel is not defined
66 PASS SVGPathSegCurvetoCubicSmoothAbs.toString() is 'function SVGPathSegCurvetoCu bicSmoothAbs() { [native code] }' 66 FAIL SVGPathSegCurvetoCubicSmoothAbs.toString() should be function SVGPathSegCur vetoCubicSmoothAbs() { [native code] }. Threw exception ReferenceError: SVGPathS egCurvetoCubicSmoothAbs is not defined
67 PASS SVGPathSegCurvetoCubicSmoothRel.toString() is 'function SVGPathSegCurvetoCu bicSmoothRel() { [native code] }' 67 FAIL SVGPathSegCurvetoCubicSmoothRel.toString() should be function SVGPathSegCur vetoCubicSmoothRel() { [native code] }. Threw exception ReferenceError: SVGPathS egCurvetoCubicSmoothRel is not defined
68 PASS SVGPathSegCurvetoQuadraticSmoothAbs.toString() is 'function SVGPathSegCurve toQuadraticSmoothAbs() { [native code] }' 68 FAIL SVGPathSegCurvetoQuadraticSmoothAbs.toString() should be function SVGPathSe gCurvetoQuadraticSmoothAbs() { [native code] }. Threw exception ReferenceError: SVGPathSegCurvetoQuadraticSmoothAbs is not defined
69 PASS SVGPathSegCurvetoQuadraticSmoothRel.toString() is 'function SVGPathSegCurve toQuadraticSmoothRel() { [native code] }' 69 FAIL SVGPathSegCurvetoQuadraticSmoothRel.toString() should be function SVGPathSe gCurvetoQuadraticSmoothRel() { [native code] }. Threw exception ReferenceError: SVGPathSegCurvetoQuadraticSmoothRel is not defined
70 PASS SVGPathSegList.toString() is 'function SVGPathSegList() { [native code] }' 70 FAIL SVGPathSegList.toString() should be function SVGPathSegList() { [native cod e] }. Threw exception ReferenceError: SVGPathSegList is not defined
71 FAIL SVGAnimatedPathData.toString() should be function SVGAnimatedPathData() { [ native code] }. Threw exception ReferenceError: SVGAnimatedPathData is not defin ed 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] }' 72 PASS SVGPathElement.toString() is 'function SVGPathElement() { [native code] }'
73 PASS SVGRectElement.toString() is 'function SVGRectElement() { [native code] }' 73 PASS SVGRectElement.toString() is 'function SVGRectElement() { [native code] }'
74 PASS SVGCircleElement.toString() is 'function SVGCircleElement() { [native code] }' 74 PASS SVGCircleElement.toString() is 'function SVGCircleElement() { [native code] }'
75 PASS SVGEllipseElement.toString() is 'function SVGEllipseElement() { [native cod e] }' 75 PASS SVGEllipseElement.toString() is 'function SVGEllipseElement() { [native cod e] }'
76 PASS SVGLineElement.toString() is 'function SVGLineElement() { [native code] }' 76 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 77 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] }' 78 PASS SVGPolylineElement.toString() is 'function SVGPolylineElement() { [native c ode] }'
79 PASS SVGPolygonElement.toString() is 'function SVGPolygonElement() { [native cod e] }' 79 PASS SVGPolygonElement.toString() is 'function SVGPolygonElement() { [native cod e] }'
80 PASS SVGTextContentElement.toString() is 'function SVGTextContentElement() { [na tive code] }' 80 PASS SVGTextContentElement.toString() is 'function SVGTextContentElement() { [na tive code] }'
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 PASS SVGMPathElement.toString() is 'function SVGMPathElement() { [native code] } ' 132 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 133 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] }' 134 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 135 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] }' 136 PASS SVGMetadataElement.toString() is 'function SVGMetadataElement() { [native c ode] }'
137 PASS SVGForeignObjectElement.toString() is 'function SVGForeignObjectElement() { [native code] }' 137 PASS SVGForeignObjectElement.toString() is 'function SVGForeignObjectElement() { [native code] }'
138 PASS successfullyParsed is true 138 PASS successfullyParsed is true
139 139
140 TEST COMPLETE 140 TEST COMPLETE
141 141
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698