diff options
Diffstat (limited to 'testing/web-platform/meta/css/css-transitions/CSSTransition-effect.tentative.html.ini')
-rw-r--r-- | testing/web-platform/meta/css/css-transitions/CSSTransition-effect.tentative.html.ini | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/css-transitions/CSSTransition-effect.tentative.html.ini b/testing/web-platform/meta/css/css-transitions/CSSTransition-effect.tentative.html.ini new file mode 100644 index 0000000000..f332b5049b --- /dev/null +++ b/testing/web-platform/meta/css/css-transitions/CSSTransition-effect.tentative.html.ini @@ -0,0 +1,13 @@ +[CSSTransition-effect.tentative.html] + [After setting a transition's effect to null, a new transition can be started] + expected: + if (os == "android") and debug and swgl: FAIL + if (os == "android") and not debug: FAIL + if os == "win": FAIL + [FAIL, PASS] + + [After setting a transition's effect to null, it should be possible to interrupt that transition] + expected: + if (processor == "x86_64") and (os == "linux") and fission: [PASS, FAIL] + if (processor == "x86_64") and (os == "android") and debug: [PASS, FAIL] + if processor == "x86": [PASS, FAIL] |