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

Unified Diff: third_party/WebKit/LayoutTests/fast/events/event-creation-expected.txt

Issue 2821863002: Remove non-standard document.createEvent('WebKitAnimationEvent'). (Closed)
Patch Set: . Created 3 years, 8 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 f4789d0f6a6c8033d9f953134253772fc6a6bc54..8792b3c99061998f6a53a1ef8e0916fa9ca04a10 100644
--- a/third_party/WebKit/LayoutTests/fast/events/event-creation-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/events/event-creation-expected.txt
@@ -91,9 +91,6 @@ PASS document.createEvent('UIEvENts').constructor === window.UIEvent is true
PASS document.createEvent('TransitionEvent') instanceof window.TransitionEvent is true
PASS document.createEvent('TransitionEvent') instanceof window.Event is true
PASS document.createEvent('TransitionEvent').constructor === window.TransitionEvent is true
-PASS document.createEvent('WebKitAnimationEvent') instanceof window.WebKitAnimationEvent is true
-PASS document.createEvent('WebKitAnimationEvent') instanceof window.Event is true
-PASS document.createEvent('WebKitAnimationEvent').constructor === window.WebKitAnimationEvent is true
PASS document.createEvent('WebKitTransitionEvent') instanceof window.WebKitTransitionEvent is true
PASS document.createEvent('WebKitTransitionEvent') instanceof window.Event is true
PASS document.createEvent('WebKitTransitionEvent').constructor === window.WebKitTransitionEvent is true

Powered by Google App Engine
This is Rietveld 408576698