From 816436998c3321f371b3040f9cce7dfae45b5b5c Mon Sep 17 00:00:00 2001 From: Hiroyuki Ikezoe Date: Mon, 26 Nov 2018 01:35:10 +0000 Subject: [PATCH] Bug 1506860 - Revert the workaround that we did in bug 1504929. r=birtles That's because the underlying issue which had caused intermittent failure has been fixed in 1506988. Here is the link to the workaround commit; https://hg.mozilla.org/mozilla-central/rev/c84f0ad36ce9 Differential Revision: https://phabricator.services.mozilla.com/D12861 --HG-- extra : moz-landing-system : lando --- .../transform-3d/animate-backface-hidden.html | 20 ++++++++++--------- .../animate-preserve3d-child.html | 17 +++++++--------- .../animate-preserve3d-parent.html | 20 ++++++++++--------- 3 files changed, 29 insertions(+), 28 deletions(-) diff --git a/layout/reftests/transform-3d/animate-backface-hidden.html b/layout/reftests/transform-3d/animate-backface-hidden.html index dc99d16823a3..f52b912f663f 100644 --- a/layout/reftests/transform-3d/animate-backface-hidden.html +++ b/layout/reftests/transform-3d/animate-backface-hidden.html @@ -16,6 +16,8 @@ body { padding: 50px } background: blue; height: 200px; width: 200px; backface-visibility: hidden; + /* use a -99.9s delay to start at 99.9% and then move to 0% */ + animation: flip 100s -99.9s linear 2 paused; } @@ -25,6 +27,15 @@ body { padding: 50px } diff --git a/layout/reftests/transform-3d/animate-preserve3d-child.html b/layout/reftests/transform-3d/animate-preserve3d-child.html index fcf77f9756a3..5ac5f290cfd9 100644 --- a/layout/reftests/transform-3d/animate-preserve3d-child.html +++ b/layout/reftests/transform-3d/animate-preserve3d-child.html @@ -1,5 +1,5 @@ - + Testcase, bug 1176969 @@ -40,6 +43,9 @@ body { padding: 50px } diff --git a/layout/reftests/transform-3d/animate-preserve3d-parent.html b/layout/reftests/transform-3d/animate-preserve3d-parent.html index 0131d33e6f15..9aa8816d3f89 100644 --- a/layout/reftests/transform-3d/animate-preserve3d-parent.html +++ b/layout/reftests/transform-3d/animate-preserve3d-parent.html @@ -1,5 +1,5 @@ - + Testcase, bug 1176969