diff options
Diffstat (limited to 'testing/web-platform/meta/web-animations/interfaces/KeyframeEffect/target.html.ini')
-rw-r--r-- | testing/web-platform/meta/web-animations/interfaces/KeyframeEffect/target.html.ini | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/testing/web-platform/meta/web-animations/interfaces/KeyframeEffect/target.html.ini b/testing/web-platform/meta/web-animations/interfaces/KeyframeEffect/target.html.ini new file mode 100644 index 0000000000..7dba296b3c --- /dev/null +++ b/testing/web-platform/meta/web-animations/interfaces/KeyframeEffect/target.html.ini @@ -0,0 +1,26 @@ +[target.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Change target from an existing to a different non-existing pseudo-element by setting pseudoElement.] + bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1615083 + expected: FAIL + + [Change target from null to a non-existing pseudoElement setting target first.] + bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1615083 + expected: FAIL + + [Change target from an existing to a different non-existing pseudo-element by setting target.] + bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1615083 + expected: FAIL + + [Change target from a non-existing to a different non-existing pseudo-element by setting target.] + bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1615083 + expected: FAIL + + [Change target from null to a non-existing pseudoElement setting pseudoElement first.] + bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1615083 + expected: FAIL + + [Change target from a non-existing to a different non-existing pseudo-element by setting pseudoElement.] + bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1615083 + expected: FAIL |