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

Unified Diff: third_party/WebKit/LayoutTests/svg/custom/global-constructors-expected.txt

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/custom/global-constructors-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/custom/global-constructors-expected.txt b/third_party/WebKit/LayoutTests/svg/custom/global-constructors-expected.txt
index 94caad7ee824fd7b764fdcd611c0ab13a00e4df3..863ab2072e1cd26590254f362d54fdc5a015255e 100644
--- a/third_party/WebKit/LayoutTests/svg/custom/global-constructors-expected.txt
+++ b/third_party/WebKit/LayoutTests/svg/custom/global-constructors-expected.txt
@@ -102,7 +102,6 @@ PASS SVGAElement.toString() is 'function SVGAElement() { [native code] }'
PASS SVGViewElement.toString() is 'function SVGViewElement() { [native code] }'
PASS SVGScriptElement.toString() is 'function SVGScriptElement() { [native code] }'
FAIL SVGEvent.toString() should be function SVGEvent() { [native code] }. Threw exception ReferenceError: SVGEvent is not defined
-PASS SVGZoomEvent.toString() is 'function SVGZoomEvent() { [native code] }'
PASS SVGAnimationElement.toString() is 'function SVGAnimationElement() { [native code] }'
PASS SVGAnimateElement.toString() is 'function SVGAnimateElement() { [native code] }'
PASS SVGSetElement.toString() is 'function SVGSetElement() { [native code] }'

Powered by Google App Engine
This is Rietveld 408576698