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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Document-createEvent-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/imported/wpt/dom/nodes/Document-createEvent-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Document-createEvent-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Document-createEvent-expected.txt
index 2b16dc3b1193d2bedafcc7fc07db95d8541c9cba..157dd2d119a48f3da38d38ad68feb8cab03de8ea 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Document-createEvent-expected.txt
+++ b/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Document-createEvent-expected.txt
@@ -1,4 +1,3 @@
-CONSOLE WARNING: line 13: 'SVGZoomEvent' is deprecated and will be removed in M52, around July 2016. See https://www.chromestatus.com/features/5760883808534528 for more details.
This is a testharness.js-based test.
PASS AnimationEvent should be an alias for AnimationEvent.
PASS createEvent('AnimationEvent') should be initialized correctly.
@@ -164,14 +163,14 @@ FAIL svgevents should be an alias for Event. Failed to execute 'createEvent' on
FAIL createEvent('svgevents') should be initialized correctly. Cannot read property 'type' of undefined
FAIL SVGEVENTS should be an alias for Event. Failed to execute 'createEvent' on 'Document': The provided event type ('SVGEVENTS') is invalid.
FAIL createEvent('SVGEVENTS') should be initialized correctly. Cannot read property 'type' of undefined
-PASS SVGZoomEvent should be an alias for SVGZoomEvent.
-PASS createEvent('SVGZoomEvent') should be initialized correctly.
+FAIL SVGZoomEvent should be an alias for SVGZoomEvent. Failed to execute 'createEvent' on 'Document': The provided event type ('SVGZoomEvent') is invalid.
+FAIL createEvent('SVGZoomEvent') should be initialized correctly. Cannot read property 'type' of undefined
FAIL svgzoomevent should be an alias for SVGZoomEvent. Failed to execute 'createEvent' on 'Document': The provided event type ('svgzoomevent') is invalid.
FAIL createEvent('svgzoomevent') should be initialized correctly. Cannot read property 'type' of undefined
FAIL SVGZOOMEVENT should be an alias for SVGZoomEvent. Failed to execute 'createEvent' on 'Document': The provided event type ('SVGZOOMEVENT') is invalid.
FAIL createEvent('SVGZOOMEVENT') should be initialized correctly. Cannot read property 'type' of undefined
-PASS SVGZoomEvents should be an alias for SVGZoomEvent.
-PASS createEvent('SVGZoomEvents') should be initialized correctly.
+FAIL SVGZoomEvents should be an alias for SVGZoomEvent. Failed to execute 'createEvent' on 'Document': The provided event type ('SVGZoomEvents') is invalid.
+FAIL createEvent('SVGZoomEvents') should be initialized correctly. Cannot read property 'type' of undefined
FAIL svgzoomevents should be an alias for SVGZoomEvent. Failed to execute 'createEvent' on 'Document': The provided event type ('svgzoomevents') is invalid.
FAIL createEvent('svgzoomevents') should be initialized correctly. Cannot read property 'type' of undefined
FAIL SVGZOOMEVENTS should be an alias for SVGZoomEvent. Failed to execute 'createEvent' on 'Document': The provided event type ('SVGZOOMEVENTS') is invalid.

Powered by Google App Engine
This is Rietveld 408576698