Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / svg / dom / svg2-inheritance.html
index 09d46b4..bbf0252 100644 (file)
@@ -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");