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

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: remove SVGZoomEvent.idl 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..e16270c00797426450a019427c6b2434d5fb1473 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,7 @@ 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] }'
+FAIL SVGZoomEvent.toString() should be function SVGZoomEvent() { [native code] }. Threw exception ReferenceError: SVGZoomEvent is not defined
foolip 2016/07/12 09:35:06 Edit LayoutTests/svg/custom/script-tests/global-co
Shanmuga Pandi 2016/07/12 13:06:10 Done.
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