diff options
Diffstat (limited to 'testing/web-platform/meta/custom-elements/reactions/Animation.html.ini')
-rw-r--r-- | testing/web-platform/meta/custom-elements/reactions/Animation.html.ini | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/web-platform/meta/custom-elements/reactions/Animation.html.ini b/testing/web-platform/meta/custom-elements/reactions/Animation.html.ini new file mode 100644 index 0000000000..d4acc179ad --- /dev/null +++ b/testing/web-platform/meta/custom-elements/reactions/Animation.html.ini @@ -0,0 +1,12 @@ +[Animation.html] + [Animation.animate must enqueue an attributeChanged reaction when it adds the observed style attribute] + expected: + if not debug and (os == "linux"): [PASS, FAIL] + if not debug and (os == "mac"): [PASS, FAIL] + if not debug and (os == "android"): [PASS, FAIL] + + [Animation.animate must enqueue an attributeChanged reaction when it mutates the observed style attribute] + expected: + if not debug and (os == "android"): [PASS, FAIL] + if not debug and (os == "mac"): [PASS, FAIL] + if not debug and (os == "linux"): [PASS, FAIL] |