From c4dc4bec25324dbb01a4b9e6de329a13398aaeaa Mon Sep 17 00:00:00 2001 From: Jared Wein Date: Thu, 8 Aug 2019 15:18:39 +0000 Subject: [PATCH] Bug 1571567 - Fix no-fallthrough errors in /layout. r=dholbert Differential Revision: https://phabricator.services.mozilla.com/D40876 --HG-- extra : moz-landing-system : lando --- layout/style/test/animation_utils.js | 1 + 1 file changed, 1 insertion(+) diff --git a/layout/style/test/animation_utils.js b/layout/style/test/animation_utils.js index 01cf1349a785..f11095fb68c1 100644 --- a/layout/style/test/animation_utils.js +++ b/layout/style/test/animation_utils.js @@ -516,6 +516,7 @@ const ExpectComparisonTo = { }; break; } + // fall through case "transform": normalize = convertTo3dMatrix; compare = matricesRoughlyEqual;