From 35c61a027dc6f4d58ca9d33e06da79adf2503ebd Mon Sep 17 00:00:00 2001 From: janekptacijarabaci Date: Wed, 14 Mar 2018 12:13:01 +0100 Subject: Bug 1264125: Fire transitioncancel event when a transition is canceled (added tests + style clean up) Issue #55 --- .../test/css-transitions/file_event-dispatch.html | 474 +++++++++++++++++++++ 1 file changed, 474 insertions(+) create mode 100644 dom/animation/test/css-transitions/file_event-dispatch.html (limited to 'dom/animation/test/css-transitions/file_event-dispatch.html') diff --git a/dom/animation/test/css-transitions/file_event-dispatch.html b/dom/animation/test/css-transitions/file_event-dispatch.html new file mode 100644 index 000000000..7140cda36 --- /dev/null +++ b/dom/animation/test/css-transitions/file_event-dispatch.html @@ -0,0 +1,474 @@ + + +Tests for CSS-Transition events + + + + + + -- cgit v1.2.3