| Index: LayoutTests/svg/dom/svg2-inheritance.html
|
| diff --git a/LayoutTests/svg/dom/svg2-inheritance.html b/LayoutTests/svg/dom/svg2-inheritance.html
|
| index 09d46b495e74206636a36bf0b8bd8eaf85973e7c..bbf025234332b18798759bef0978e5f683395dea 100644
|
| --- a/LayoutTests/svg/dom/svg2-inheritance.html
|
| +++ b/LayoutTests/svg/dom/svg2-inheritance.html
|
| @@ -25,9 +25,6 @@ function checkParent(type, expectedParent)
|
| }
|
|
|
| checkParent("SVGAElement", "SVGGraphicsElement");
|
| -checkParent("SVGAltGlyphDefElement", "SVGElement");
|
| -checkParent("SVGAltGlyphElement", "SVGTextPositioningElement");
|
| -checkParent("SVGAltGlyphItemElement", "SVGElement");
|
| checkParent("SVGAngle", "Object");
|
| checkParent("SVGAnimateColorElement", "SVGAnimationElement");
|
| checkParent("SVGAnimateElement", "SVGAnimationElement");
|
| @@ -57,20 +54,11 @@ checkParent("SVGDefsElement", "SVGGraphicsElement");
|
| checkParent("SVGDescElement", "SVGElement");
|
| checkParent("SVGElement", "Element");
|
| checkParent("SVGEllipseElement", "SVGGeometryElement");
|
| -checkParent("SVGFontElement", "SVGElement");
|
| -checkParent("SVGFontFaceElement", "SVGElement");
|
| -checkParent("SVGFontFaceFormatElement", "SVGElement");
|
| -checkParent("SVGFontFaceNameElement", "SVGElement");
|
| -checkParent("SVGFontFaceSrcElement", "SVGElement");
|
| -checkParent("SVGFontFaceUriElement", "SVGElement");
|
| checkParent("SVGForeignObjectElement", "SVGGraphicsElement");
|
| checkParent("SVGGElement", "SVGGraphicsElement");
|
| checkParent("SVGGeometryElement", "SVGGraphicsElement");
|
| -checkParent("SVGGlyphElement", "SVGElement");
|
| -checkParent("SVGGlyphRefElement", "SVGElement");
|
| checkParent("SVGGradientElement", "SVGElement");
|
| checkParent("SVGGraphicsElement", "SVGElement");
|
| -checkParent("SVGHKernElement", "SVGElement");
|
| checkParent("SVGImageElement", "SVGGraphicsElement");
|
| checkParent("SVGLength", "Object");
|
| checkParent("SVGLengthList", "Object");
|
| @@ -86,7 +74,6 @@ checkParent("SVGMeshGradientElement", "SVGGradientElement");
|
| checkParent("SVGMeshPatchElement", "SVGElement");
|
| checkParent("SVGMeshRowElement", "SVGElement");
|
| checkParent("SVGMetadataElement", "SVGElement");
|
| -checkParent("SVGMissingGlyphElement", "SVGElement");
|
| checkParent("SVGNumber", "Object");
|
| checkParent("SVGNumberList", "Object");
|
| checkParent("SVGPathElement", "SVGGeometryElement");
|
| @@ -137,7 +124,6 @@ checkParent("SVGTitleElement", "SVGElement");
|
| checkParent("SVGTransform", "Object");
|
| checkParent("SVGTransformList", "Object");
|
| checkParent("SVGUseElement", "SVGGraphicsElement");
|
| -checkParent("SVGVKernElement", "SVGElement");
|
| checkParent("SVGViewElement", "SVGElement");
|
| checkParent("SVGViewSpec", "Object");
|
| checkParent("SVGZoomEvent", "UIEvent");
|
|
|