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

Unified Diff: third_party/WebKit/LayoutTests/fast/events/event-creation-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/fast/events/event-creation-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/events/event-creation-expected.txt b/third_party/WebKit/LayoutTests/fast/events/event-creation-expected.txt
index fa2b75dc3086bf5bccfa2ad49faa2c52d687e42c..fe9ab5795303b92ebb92585b2c7b10c1f5a03179 100644
--- a/third_party/WebKit/LayoutTests/fast/events/event-creation-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/events/event-creation-expected.txt
@@ -1,4 +1,3 @@
-CONSOLE WARNING: line 1: 'SVGZoomEvent' is deprecated and will be removed in M52, around July 2016. See https://www.chromestatus.com/features/5760883808534528 for more details.
This tests that document.createEvent is hooked up for all Event interfaces (and alternatives) and creates the right instance.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
@@ -111,12 +110,6 @@ PASS document.createEvent('StorageEvent') instanceof window.Event is true
PASS document.createEvent('StorageEvent').constructor === window.StorageEvent is true
PASS document.createEvent('SVGEvents') instanceof window.Event is true
PASS document.createEvent('SVGEvents').constructor === window.Event is true
-PASS document.createEvent('SVGZoomEvent') instanceof window.SVGZoomEvent is true
-PASS document.createEvent('SVGZoomEvent') instanceof window.Event is true
-PASS document.createEvent('SVGZoomEvent').constructor === window.SVGZoomEvent is true
-PASS document.createEvent('SVGZoomEvents') instanceof window.SVGZoomEvent is true
-PASS document.createEvent('SVGZoomEvents') instanceof window.Event is true
-PASS document.createEvent('SVGZoomEvents').constructor === window.SVGZoomEvent is true
PASS document.createEvent('CloseEvent') instanceof window.CloseEvent is true
PASS document.createEvent('CloseEvent') instanceof window.Event is true
PASS document.createEvent('CloseEvent').constructor === window.CloseEvent is true

Powered by Google App Engine
This is Rietveld 408576698