diff options
author | Moonchild <moonchild@palemoon.org> | 2021-01-18 09:41:05 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-01-18 09:41:05 +0000 |
commit | c77d06c0c41e23e324ce1d82b1a57e29c2ecea13 (patch) | |
tree | 12d8a617475910fe624bdf9af0e9ba53b89988a9 /layout/reftests | |
parent | 82fb08c6504ee0e271ed193ed2c0ef4ac27fbec2 (diff) | |
parent | b3d380b4ea683bd5a02198876333455b2cd3cb69 (diff) | |
download | UXP-c77d06c0c41e23e324ce1d82b1a57e29c2ecea13.tar UXP-c77d06c0c41e23e324ce1d82b1a57e29c2ecea13.tar.gz UXP-c77d06c0c41e23e324ce1d82b1a57e29c2ecea13.tar.lz UXP-c77d06c0c41e23e324ce1d82b1a57e29c2ecea13.tar.xz UXP-c77d06c0c41e23e324ce1d82b1a57e29c2ecea13.zip |
Merge pull request 'Selectively enable and pref the DOM Web Animations API' (#1714) from 1689 into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1714
Diffstat (limited to 'layout/reftests')
-rw-r--r-- | layout/reftests/web-animations/reftest.list | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/layout/reftests/web-animations/reftest.list b/layout/reftests/web-animations/reftest.list index eefd41f49..da1d07089 100644 --- a/layout/reftests/web-animations/reftest.list +++ b/layout/reftests/web-animations/reftest.list @@ -15,6 +15,6 @@ test-pref(dom.animations-api.core.enabled,true) == stacking-context-transform-ch test-pref(dom.animations-api.core.enabled,true) == stacking-context-transform-changing-effect.html stacking-context-animation-ref.html test-pref(dom.animations-api.core.enabled,true) == stacking-context-transform-changing-display-property.html stacking-context-animation-ref.html test-pref(dom.animations-api.core.enabled,true) == stacking-context-transform-losing-css-animation-in-delay.html stacking-context-animation-ref.html -test-pref(dom.animations-api.core.enabled,true) == style-updates-on-iteration-composition-changed-from-accumulate-to-replace.html style-updates-for-iteration-composite-ref.html -test-pref(dom.animations-api.core.enabled,true) == style-updates-on-iteration-composition-changed-from-replace-to-accumulate.html style-updates-for-iteration-composite-ref.html -test-pref(dom.animations-api.core.enabled,true) == style-updates-on-current-iteration-changed.html style-updates-for-iteration-composite-ref.html +test-pref(dom.animations-api.core.enabled,true) test-pref(dom.animations-api.compositing.enabled,true) == style-updates-on-iteration-composition-changed-from-accumulate-to-replace.html style-updates-for-iteration-composite-ref.html +test-pref(dom.animations-api.core.enabled,true) test-pref(dom.animations-api.compositing.enabled,true) == style-updates-on-iteration-composition-changed-from-replace-to-accumulate.html style-updates-for-iteration-composite-ref.html +test-pref(dom.animations-api.core.enabled,true) test-pref(dom.animations-api.compositing.enabled,true) == style-updates-on-current-iteration-changed.html style-updates-for-iteration-composite-ref.html |