Index: third_party/WebKit/LayoutTests/svg/custom/global-constructors-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/svg/custom/global-constructors-expected.txt b/third_party/WebKit/LayoutTests/svg/custom/global-constructors-expected.txt |
index 573c9e73fbaf51e72185ac958d9b5b091038685d..8d793504ce7288eaaf1c1932a615d4eb4406e540 100644 |
--- a/third_party/WebKit/LayoutTests/svg/custom/global-constructors-expected.txt |
+++ b/third_party/WebKit/LayoutTests/svg/custom/global-constructors-expected.txt |
@@ -47,27 +47,27 @@ PASS SVGTransformList.toString() is 'function SVGTransformList() { [native code] |
PASS SVGAnimatedTransformList.toString() is 'function SVGAnimatedTransformList() { [native code] }' |
PASS SVGPreserveAspectRatio.toString() is 'function SVGPreserveAspectRatio() { [native code] }' |
PASS SVGAnimatedPreserveAspectRatio.toString() is 'function SVGAnimatedPreserveAspectRatio() { [native code] }' |
-PASS SVGPathSeg.toString() is 'function SVGPathSeg() { [native code] }' |
-PASS SVGPathSegClosePath.toString() is 'function SVGPathSegClosePath() { [native code] }' |
-PASS SVGPathSegMovetoAbs.toString() is 'function SVGPathSegMovetoAbs() { [native code] }' |
-PASS SVGPathSegMovetoRel.toString() is 'function SVGPathSegMovetoRel() { [native code] }' |
-PASS SVGPathSegLinetoAbs.toString() is 'function SVGPathSegLinetoAbs() { [native code] }' |
-PASS SVGPathSegLinetoRel.toString() is 'function SVGPathSegLinetoRel() { [native code] }' |
-PASS SVGPathSegCurvetoCubicAbs.toString() is 'function SVGPathSegCurvetoCubicAbs() { [native code] }' |
-PASS SVGPathSegCurvetoCubicRel.toString() is 'function SVGPathSegCurvetoCubicRel() { [native code] }' |
-PASS SVGPathSegCurvetoQuadraticAbs.toString() is 'function SVGPathSegCurvetoQuadraticAbs() { [native code] }' |
-PASS SVGPathSegCurvetoQuadraticRel.toString() is 'function SVGPathSegCurvetoQuadraticRel() { [native code] }' |
-PASS SVGPathSegArcAbs.toString() is 'function SVGPathSegArcAbs() { [native code] }' |
-PASS SVGPathSegArcRel.toString() is 'function SVGPathSegArcRel() { [native code] }' |
-PASS SVGPathSegLinetoHorizontalAbs.toString() is 'function SVGPathSegLinetoHorizontalAbs() { [native code] }' |
-PASS SVGPathSegLinetoHorizontalRel.toString() is 'function SVGPathSegLinetoHorizontalRel() { [native code] }' |
-PASS SVGPathSegLinetoVerticalAbs.toString() is 'function SVGPathSegLinetoVerticalAbs() { [native code] }' |
-PASS SVGPathSegLinetoVerticalRel.toString() is 'function SVGPathSegLinetoVerticalRel() { [native code] }' |
-PASS SVGPathSegCurvetoCubicSmoothAbs.toString() is 'function SVGPathSegCurvetoCubicSmoothAbs() { [native code] }' |
-PASS SVGPathSegCurvetoCubicSmoothRel.toString() is 'function SVGPathSegCurvetoCubicSmoothRel() { [native code] }' |
-PASS SVGPathSegCurvetoQuadraticSmoothAbs.toString() is 'function SVGPathSegCurvetoQuadraticSmoothAbs() { [native code] }' |
-PASS SVGPathSegCurvetoQuadraticSmoothRel.toString() is 'function SVGPathSegCurvetoQuadraticSmoothRel() { [native code] }' |
-PASS SVGPathSegList.toString() is 'function SVGPathSegList() { [native code] }' |
+FAIL SVGPathSeg.toString() should be function SVGPathSeg() { [native code] }. Threw exception ReferenceError: SVGPathSeg is not defined |
fs
2015/10/23 09:12:32
Dropped these too per below.
|
+FAIL SVGPathSegClosePath.toString() should be function SVGPathSegClosePath() { [native code] }. Threw exception ReferenceError: SVGPathSegClosePath is not defined |
+FAIL SVGPathSegMovetoAbs.toString() should be function SVGPathSegMovetoAbs() { [native code] }. Threw exception ReferenceError: SVGPathSegMovetoAbs is not defined |
+FAIL SVGPathSegMovetoRel.toString() should be function SVGPathSegMovetoRel() { [native code] }. Threw exception ReferenceError: SVGPathSegMovetoRel is not defined |
+FAIL SVGPathSegLinetoAbs.toString() should be function SVGPathSegLinetoAbs() { [native code] }. Threw exception ReferenceError: SVGPathSegLinetoAbs is not defined |
+FAIL SVGPathSegLinetoRel.toString() should be function SVGPathSegLinetoRel() { [native code] }. Threw exception ReferenceError: SVGPathSegLinetoRel is not defined |
+FAIL SVGPathSegCurvetoCubicAbs.toString() should be function SVGPathSegCurvetoCubicAbs() { [native code] }. Threw exception ReferenceError: SVGPathSegCurvetoCubicAbs is not defined |
+FAIL SVGPathSegCurvetoCubicRel.toString() should be function SVGPathSegCurvetoCubicRel() { [native code] }. Threw exception ReferenceError: SVGPathSegCurvetoCubicRel is not defined |
+FAIL SVGPathSegCurvetoQuadraticAbs.toString() should be function SVGPathSegCurvetoQuadraticAbs() { [native code] }. Threw exception ReferenceError: SVGPathSegCurvetoQuadraticAbs is not defined |
+FAIL SVGPathSegCurvetoQuadraticRel.toString() should be function SVGPathSegCurvetoQuadraticRel() { [native code] }. Threw exception ReferenceError: SVGPathSegCurvetoQuadraticRel is not defined |
+FAIL SVGPathSegArcAbs.toString() should be function SVGPathSegArcAbs() { [native code] }. Threw exception ReferenceError: SVGPathSegArcAbs is not defined |
+FAIL SVGPathSegArcRel.toString() should be function SVGPathSegArcRel() { [native code] }. Threw exception ReferenceError: SVGPathSegArcRel is not defined |
+FAIL SVGPathSegLinetoHorizontalAbs.toString() should be function SVGPathSegLinetoHorizontalAbs() { [native code] }. Threw exception ReferenceError: SVGPathSegLinetoHorizontalAbs is not defined |
+FAIL SVGPathSegLinetoHorizontalRel.toString() should be function SVGPathSegLinetoHorizontalRel() { [native code] }. Threw exception ReferenceError: SVGPathSegLinetoHorizontalRel is not defined |
+FAIL SVGPathSegLinetoVerticalAbs.toString() should be function SVGPathSegLinetoVerticalAbs() { [native code] }. Threw exception ReferenceError: SVGPathSegLinetoVerticalAbs is not defined |
+FAIL SVGPathSegLinetoVerticalRel.toString() should be function SVGPathSegLinetoVerticalRel() { [native code] }. Threw exception ReferenceError: SVGPathSegLinetoVerticalRel is not defined |
+FAIL SVGPathSegCurvetoCubicSmoothAbs.toString() should be function SVGPathSegCurvetoCubicSmoothAbs() { [native code] }. Threw exception ReferenceError: SVGPathSegCurvetoCubicSmoothAbs is not defined |
+FAIL SVGPathSegCurvetoCubicSmoothRel.toString() should be function SVGPathSegCurvetoCubicSmoothRel() { [native code] }. Threw exception ReferenceError: SVGPathSegCurvetoCubicSmoothRel is not defined |
+FAIL SVGPathSegCurvetoQuadraticSmoothAbs.toString() should be function SVGPathSegCurvetoQuadraticSmoothAbs() { [native code] }. Threw exception ReferenceError: SVGPathSegCurvetoQuadraticSmoothAbs is not defined |
+FAIL SVGPathSegCurvetoQuadraticSmoothRel.toString() should be function SVGPathSegCurvetoQuadraticSmoothRel() { [native code] }. Threw exception ReferenceError: SVGPathSegCurvetoQuadraticSmoothRel is not defined |
+FAIL SVGPathSegList.toString() should be function SVGPathSegList() { [native code] }. Threw exception ReferenceError: SVGPathSegList is not defined |
FAIL SVGAnimatedPathData.toString() should be function SVGAnimatedPathData() { [native code] }. Threw exception ReferenceError: SVGAnimatedPathData is not defined |
PASS SVGPathElement.toString() is 'function SVGPathElement() { [native code] }' |
PASS SVGRectElement.toString() is 'function SVGRectElement() { [native code] }' |