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

Unified Diff: LayoutTests/svg/dom/svg2-inheritance.html

Issue 656913006: Remove SVG fonts (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update tests for landing Created 6 years, 2 months 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.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");

Powered by Google App Engine
This is Rietveld 408576698