From 0637266108dd4b5bfbbb442b3e31a85cacd1effe Mon Sep 17 00:00:00 2001 From: Hiroyuki Ikezoe Date: Mon, 30 Jul 2018 10:44:47 +0900 Subject: [PATCH] Bug 1478643 - Add test cases checking finished opacity animation on the compositor. r=birtles All test cases here pass without any changes on the current trunk, but all counter part test cases for transform introducing in a subsequent patch will fail without the proper fix. MozReview-Commit-ID: 3hgsVfFJPrZ --HG-- extra : rebase_source : 535b74c6ddb070af1b1803d966a94bf7ae7bd37d --- dom/animation/test/mochitest.ini | 2 + ...st_style_after_finished_on_compositor.html | 80 +++++++++++++++++++ 2 files changed, 82 insertions(+) create mode 100644 dom/animation/test/mozilla/test_style_after_finished_on_compositor.html diff --git a/dom/animation/test/mochitest.ini b/dom/animation/test/mochitest.ini index 62732985b0ec..7e60ac469d99 100644 --- a/dom/animation/test/mochitest.ini +++ b/dom/animation/test/mochitest.ini @@ -60,6 +60,8 @@ skip-if = (toolkit == 'android' && debug) || (os == 'win' && bits == 64) # Bug 1 [mozilla/test_restyles.html] [mozilla/test_restyling_xhr_doc.html] [mozilla/test_set_easing.html] +[mozilla/test_style_after_finished_on_compositor.html] +skip-if = webrender # bug 1479133 [mozilla/test_transform_limits.html] [mozilla/test_transition_finish_on_compositor.html] skip-if = toolkit == 'android' diff --git a/dom/animation/test/mozilla/test_style_after_finished_on_compositor.html b/dom/animation/test/mozilla/test_style_after_finished_on_compositor.html new file mode 100644 index 000000000000..030195eb5824 --- /dev/null +++ b/dom/animation/test/mozilla/test_style_after_finished_on_compositor.html @@ -0,0 +1,80 @@ + + + +Test for styles after finished on the compositor + + + + + + +
+ +