From 14c0fb8bbda20acc137ab054ea231be109bffa72 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sat, 11 Jul 2015 23:31:37 -0700 Subject: [PATCH] [css-transitions] Add test that transitionend event is not fired after element is made display:none --- css-transitions-1/events-007.html | 64 +++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 css-transitions-1/events-007.html diff --git a/css-transitions-1/events-007.html b/css-transitions-1/events-007.html new file mode 100644 index 0000000000..d75b003129 --- /dev/null +++ b/css-transitions-1/events-007.html @@ -0,0 +1,64 @@ + + + + + CSS Transitions Test: no transitionend event after display:none + + + + + + + + + + + +
+ +