From 58054bc030093c42882fd8125725aee3c53a77e9 Mon Sep 17 00:00:00 2001 From: Brian Birtles Date: Thu, 16 Aug 2018 14:41:01 +0900 Subject: [PATCH] Bug 1467344 - Use arrow functions in dom/animation/test/css-transitions/; r=hiro This patch also drops the checkStateOnSettingCurrentTimeToZero function since it is no longer used. --HG-- extra : rebase_source : bd4fdb9368d55b120c839330dbd90a0a89464370 --- .../test_animation-cancel.html | 60 +++++----- .../test_animation-computed-timing.html | 59 ++++++---- .../test_animation-currenttime.html | 104 ++++++------------ .../test_animation-finished.html | 10 +- .../test_animation-pausing.html | 10 +- .../css-transitions/test_animation-ready.html | 20 ++-- .../test_animation-starttime.html | 79 ++++++------- ...test_csstransition-transitionproperty.html | 2 +- .../test_document-get-animations.html | 10 +- .../css-transitions/test_effect-target.html | 6 +- .../test_element-get-animations.html | 22 ++-- .../css-transitions/test_event-dispatch.html | 4 +- .../test_keyframeeffect-getkeyframes.html | 14 +-- .../test_pseudoElement-get-animations.html | 2 +- .../css-transitions/test_setting-effect.html | 16 +-- 15 files changed, 190 insertions(+), 228 deletions(-) diff --git a/dom/animation/test/css-transitions/test_animation-cancel.html b/dom/animation/test/css-transitions/test_animation-cancel.html index 9a872154cd89..6787174fead1 100644 --- a/dom/animation/test/css-transitions/test_animation-cancel.html +++ b/dom/animation/test/css-transitions/test_animation-cancel.html @@ -8,7 +8,7 @@