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

Unified Diff: third_party/WebKit/LayoutTests/transitions/transition-end-event-create-expected.txt

Issue 2822083002: Remove non-standard document.createEvent('WebKitTransitionEvent'). (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/transitions/transition-end-event-create-expected.txt
diff --git a/third_party/WebKit/LayoutTests/transitions/transition-end-event-create-expected.txt b/third_party/WebKit/LayoutTests/transitions/transition-end-event-create-expected.txt
deleted file mode 100644
index 2fb53bfeb0cc4abcc563977cffd511a58bfe0227..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/transitions/transition-end-event-create-expected.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-Test dynamic creation of WebKitTransitionEnd event.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS document.createEvent exists
-
-Test creation of WebKitTransitionEvent
-PASS typeof(ev) is 'object'
-PASS ev.propertyName is ''
-PASS ev.elapsedTime is 0.0
-
-Create a MouseEvent and make sure it doesn't have the WebKitTransitionEnd event properties
-PASS typeof(ev) is 'object'
-PASS ev.propertyName is undefined
-PASS ev.elapsedTime is undefined
-
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698