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

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

Issue 2133983003: Remove SVGZoomEvent interface and onzoom attribute (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 5 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: third_party/WebKit/LayoutTests/svg/dom/svg2-inheritance.html
diff --git a/third_party/WebKit/LayoutTests/svg/dom/svg2-inheritance.html b/third_party/WebKit/LayoutTests/svg/dom/svg2-inheritance.html
index 4a5e3cc56bf5a49d130262e07dd82e4fa3870100..fff1ab9c94e6229bfd8e4b19a740b8d07d8e5296 100644
--- a/third_party/WebKit/LayoutTests/svg/dom/svg2-inheritance.html
+++ b/third_party/WebKit/LayoutTests/svg/dom/svg2-inheritance.html
@@ -105,7 +105,6 @@ checkParent("SVGTransformList", "Object");
checkParent("SVGUseElement", "SVGGraphicsElement");
checkParent("SVGViewElement", "SVGElement");
checkParent("SVGViewSpec", "Object");
-checkParent("SVGZoomEvent", "UIEvent");
checkParent("TimeEvent", "Event");
</script>
</body>

Powered by Google App Engine
This is Rietveld 408576698