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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/dom/svg2-inheritance-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 Validates the SVG2 inheritance model. 1 Validates the SVG2 inheritance model.
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 SVGAElement inherits SVGGraphicsElement 6 PASS SVGAElement inherits SVGGraphicsElement
7 PASS SVGAngle inherits Object 7 PASS SVGAngle inherits Object
8 FAIL SVGAnimateColorElement is not defined 8 FAIL SVGAnimateColorElement is not defined
9 PASS SVGAnimateElement inherits SVGAnimationElement 9 PASS SVGAnimateElement inherits SVGAnimationElement
10 PASS SVGAnimateMotionElement inherits SVGAnimationElement 10 PASS SVGAnimateMotionElement inherits SVGAnimationElement
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 FAIL SVGMarkerList is not defined 49 FAIL SVGMarkerList is not defined
50 PASS SVGMaskElement inherits SVGElement 50 PASS SVGMaskElement inherits SVGElement
51 PASS SVGMatrix inherits Object 51 PASS SVGMatrix inherits Object
52 FAIL SVGMeshGradientElement is not defined 52 FAIL SVGMeshGradientElement is not defined
53 FAIL SVGMeshPatchElement is not defined 53 FAIL SVGMeshPatchElement is not defined
54 FAIL SVGMeshRowElement is not defined 54 FAIL SVGMeshRowElement is not defined
55 PASS SVGMetadataElement inherits SVGElement 55 PASS SVGMetadataElement inherits SVGElement
56 PASS SVGNumber inherits Object 56 PASS SVGNumber inherits Object
57 PASS SVGNumberList inherits Object 57 PASS SVGNumberList inherits Object
58 PASS SVGPathElement inherits SVGGeometryElement 58 PASS SVGPathElement inherits SVGGeometryElement
59 PASS SVGPathSeg inherits Object
60 PASS SVGPathSegArcAbs inherits SVGPathSeg
61 PASS SVGPathSegArcRel inherits SVGPathSeg
62 PASS SVGPathSegClosePath inherits SVGPathSeg
63 PASS SVGPathSegCurvetoCubicAbs inherits SVGPathSeg
64 PASS SVGPathSegCurvetoCubicRel inherits SVGPathSeg
65 PASS SVGPathSegCurvetoCubicSmoothAbs inherits SVGPathSeg
66 PASS SVGPathSegCurvetoCubicSmoothRel inherits SVGPathSeg
67 PASS SVGPathSegCurvetoQuadraticAbs inherits SVGPathSeg
68 PASS SVGPathSegCurvetoQuadraticRel inherits SVGPathSeg
69 PASS SVGPathSegCurvetoQuadraticSmoothAbs inherits SVGPathSeg
70 PASS SVGPathSegCurvetoQuadraticSmoothRel inherits SVGPathSeg
71 PASS SVGPathSegLinetoAbs inherits SVGPathSeg
72 PASS SVGPathSegLinetoHorizontalAbs inherits SVGPathSeg
73 PASS SVGPathSegLinetoHorizontalRel inherits SVGPathSeg
74 PASS SVGPathSegLinetoRel inherits SVGPathSeg
75 PASS SVGPathSegLinetoVerticalAbs inherits SVGPathSeg
76 PASS SVGPathSegLinetoVerticalRel inherits SVGPathSeg
77 PASS SVGPathSegList inherits Object
78 PASS SVGPathSegMovetoAbs inherits SVGPathSeg
79 PASS SVGPathSegMovetoRel inherits SVGPathSeg
80 PASS SVGPatternElement inherits SVGElement 59 PASS SVGPatternElement inherits SVGElement
81 PASS SVGPoint inherits Object 60 PASS SVGPoint inherits Object
82 PASS SVGPointList inherits Object 61 PASS SVGPointList inherits Object
83 PASS SVGPolygonElement inherits SVGGeometryElement 62 PASS SVGPolygonElement inherits SVGGeometryElement
84 PASS SVGPolylineElement inherits SVGGeometryElement 63 PASS SVGPolylineElement inherits SVGGeometryElement
85 PASS SVGPreserveAspectRatio inherits Object 64 PASS SVGPreserveAspectRatio inherits Object
86 PASS SVGRadialGradientElement inherits SVGGradientElement 65 PASS SVGRadialGradientElement inherits SVGGradientElement
87 PASS SVGRect inherits Object 66 PASS SVGRect inherits Object
88 PASS SVGRectElement inherits SVGGeometryElement 67 PASS SVGRectElement inherits SVGGeometryElement
89 PASS SVGSVGElement inherits SVGGraphicsElement 68 PASS SVGSVGElement inherits SVGGraphicsElement
(...skipping 14 matching lines...) Expand all
104 PASS SVGTransformList inherits Object 83 PASS SVGTransformList inherits Object
105 PASS SVGUseElement inherits SVGGraphicsElement 84 PASS SVGUseElement inherits SVGGraphicsElement
106 PASS SVGViewElement inherits SVGElement 85 PASS SVGViewElement inherits SVGElement
107 PASS SVGViewSpec inherits Object 86 PASS SVGViewSpec inherits Object
108 PASS SVGZoomEvent inherits UIEvent 87 PASS SVGZoomEvent inherits UIEvent
109 FAIL TimeEvent is not defined 88 FAIL TimeEvent is not defined
110 PASS successfullyParsed is true 89 PASS successfullyParsed is true
111 90
112 TEST COMPLETE 91 TEST COMPLETE
113 92
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698