diff options
Diffstat (limited to 'testing/web-platform/meta/css/css-animations/parsing/animation-computed.html.ini')
-rw-r--r-- | testing/web-platform/meta/css/css-animations/parsing/animation-computed.html.ini | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/css-animations/parsing/animation-computed.html.ini b/testing/web-platform/meta/css/css-animations/parsing/animation-computed.html.ini new file mode 100644 index 0000000000..4412a99e5c --- /dev/null +++ b/testing/web-platform/meta/css/css-animations/parsing/animation-computed.html.ini @@ -0,0 +1,29 @@ +[animation-computed.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Default animation value] + expected: FAIL + + [Property animation value 'cubic-bezier(0, -2, 1, 3)'] + expected: FAIL + + [Property animation value '4'] + expected: FAIL + + [Property animation value 'reverse'] + expected: FAIL + + [Property animation value 'both'] + expected: FAIL + + [Property animation value 'paused'] + expected: FAIL + + [Property animation value 'none'] + expected: FAIL + + [Property animation value 'anim'] + expected: FAIL + + [Property animation value 'anim paused both reverse, 4 1s -3s cubic-bezier(0, -2, 1, 3)'] + expected: FAIL |