From e190516708bd1eac423514e5201cfb07a4e7a631 Mon Sep 17 00:00:00 2001 From: Brian Birtles Date: Mon, 4 Jun 2018 10:20:54 +0900 Subject: [PATCH] Bug 1466031 - Use arrow functions in dom/animation/test/css-animations/; r=hiro --HG-- extra : rebase_source : 2446c48d66750142e5c3a544f115beb859043ac8 --- .../css-animations/test_animation-cancel.html | 38 +++--- .../test_animation-computed-timing.html | 109 ++++++++++-------- .../test_animation-currenttime.html | 73 ++++++------ .../css-animations/test_animation-finish.html | 10 +- .../test_animation-finished.html | 18 +-- .../css-animations/test_animation-id.html | 2 +- .../test_animation-pausing.html | 34 +++--- .../test_animation-playstate.html | 10 +- .../css-animations/test_animation-ready.html | 36 +++--- .../test_animation-reverse.html | 2 +- .../test_animation-starttime.html | 86 +++++++------- .../test_animations-dynamic-changes.html | 26 ++--- .../test_cssanimation-animationname.html | 6 +- .../test_document-get-animations.html | 32 ++--- .../css-animations/test_effect-target.html | 6 +- .../test_element-get-animations.html | 64 +++++----- .../css-animations/test_event-dispatch.html | 4 +- .../test/css-animations/test_event-order.html | 8 +- .../test_keyframeeffect-getkeyframes.html | 56 +++++---- .../test_pseudoElement-get-animations.html | 4 +- .../css-animations/test_setting-effect.html | 24 ++-- 21 files changed, 324 insertions(+), 324 deletions(-) diff --git a/dom/animation/test/css-animations/test_animation-cancel.html b/dom/animation/test/css-animations/test_animation-cancel.html index acb1e6361bab..dab9cc49617b 100644 --- a/dom/animation/test/css-animations/test_animation-cancel.html +++ b/dom/animation/test/css-animations/test_animation-cancel.html @@ -20,11 +20,11 @@