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

Unified Diff: LayoutTests/svg/dom/svg2-inheritance-expected.txt

Issue 62943002: Implement SVGGeometryElement (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update copyrights Created 7 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/svg/dom/svg2-inheritance-expected.txt
diff --git a/LayoutTests/svg/dom/svg2-inheritance-expected.txt b/LayoutTests/svg/dom/svg2-inheritance-expected.txt
index 58777543a07bb0ee492ccec7fabab35f031a315a..6a1051511306be8ed0360e0d5b33c0ba342522e5 100644
--- a/LayoutTests/svg/dom/svg2-inheritance-expected.txt
+++ b/LayoutTests/svg/dom/svg2-inheritance-expected.txt
@@ -27,8 +27,8 @@ PASS SVGAnimatedString inherits Object
PASS SVGAnimatedTransformList inherits Object
PASS SVGAnimationElement inherits SVGElement
FAIL SVGCSSRule is not defined
-FAIL SVGCircleElement should inherit SVGGeometryElement but got SVGGraphicsElement instead
-FAIL SVGClipPathElement should inherit SVGDefinitionElement but got SVGGraphicsElement instead
+PASS SVGCircleElement inherits SVGGeometryElement
+FAIL SVGClipPathElement should inherit SVGElement but got SVGGraphicsElement instead
pdr. 2013/11/09 00:20:08 Can we pull the SVGClipPathElement changes into a
FAIL SVGColorProfileElement is not defined
FAIL SVGColorProfileRule is not defined
PASS SVGCursorElement inherits SVGElement
@@ -37,7 +37,7 @@ PASS SVGDescElement inherits SVGElement
PASS SVGElement inherits Element
PASS SVGElementInstance inherits EventTarget
PASS SVGElementInstanceList inherits Object
-FAIL SVGEllipseElement should inherit SVGGeometryElement but got SVGGraphicsElement instead
+PASS SVGEllipseElement inherits SVGGeometryElement
PASS SVGFontElement inherits SVGElement
PASS SVGFontFaceElement inherits SVGElement
PASS SVGFontFaceFormatElement inherits SVGElement
@@ -46,7 +46,7 @@ PASS SVGFontFaceSrcElement inherits SVGElement
PASS SVGFontFaceUriElement inherits SVGElement
PASS SVGForeignObjectElement inherits SVGGraphicsElement
PASS SVGGElement inherits SVGGraphicsElement
-FAIL SVGGeometryElement is not defined
+PASS SVGGeometryElement inherits SVGGraphicsElement
PASS SVGGlyphElement inherits SVGElement
PASS SVGGlyphRefElement inherits SVGElement
PASS SVGGradientElement inherits SVGElement
@@ -55,13 +55,13 @@ PASS SVGHKernElement inherits SVGElement
PASS SVGImageElement inherits SVGGraphicsElement
PASS SVGLength inherits Object
PASS SVGLengthList inherits Object
-FAIL SVGLineElement should inherit SVGGeometryElement but got SVGGraphicsElement instead
+PASS SVGLineElement inherits SVGGeometryElement
PASS SVGLinearGradientElement inherits SVGGradientElement
PASS SVGMPathElement inherits SVGElement
PASS SVGMarkerElement inherits SVGElement
FAIL SVGMarkerInstance is not defined
FAIL SVGMarkerList is not defined
-FAIL SVGMaskElement should inherit SVGDefinitionElement but got SVGElement instead
+PASS SVGMaskElement inherits SVGElement
PASS SVGMatrix inherits Object
FAIL SVGMeshGradientElement is not defined
FAIL SVGMeshPatchElement is not defined
@@ -70,7 +70,7 @@ PASS SVGMetadataElement inherits SVGElement
PASS SVGMissingGlyphElement inherits SVGElement
PASS SVGNumber inherits Object
PASS SVGNumberList inherits Object
-FAIL SVGPathElement should inherit SVGGeometryElement but got SVGGraphicsElement instead
+PASS SVGPathElement inherits SVGGeometryElement
PASS SVGPathSeg inherits Object
PASS SVGPathSegArcAbs inherits SVGPathSeg
PASS SVGPathSegArcRel inherits SVGPathSeg
@@ -95,12 +95,12 @@ PASS SVGPathSegMovetoRel inherits SVGPathSeg
PASS SVGPatternElement inherits SVGElement
PASS SVGPoint inherits Object
PASS SVGPointList inherits Object
-FAIL SVGPolygonElement should inherit SVGGeometryElement but got SVGGraphicsElement instead
-FAIL SVGPolylineElement should inherit SVGGeometryElement but got SVGGraphicsElement instead
+PASS SVGPolygonElement inherits SVGGeometryElement
+PASS SVGPolylineElement inherits SVGGeometryElement
PASS SVGPreserveAspectRatio inherits Object
PASS SVGRadialGradientElement inherits SVGGradientElement
PASS SVGRect inherits Object
-FAIL SVGRectElement should inherit SVGGeometryElement but got SVGGraphicsElement instead
+PASS SVGRectElement inherits SVGGeometryElement
PASS SVGSVGElement inherits SVGGraphicsElement
PASS SVGScriptElement inherits SVGElement
PASS SVGSetElement inherits SVGAnimationElement

Powered by Google App Engine
This is Rietveld 408576698