From a1df2a75d0a2d3cd8f6ee25f11b32d556e81ad54 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Wed, 13 Nov 2019 17:03:18 -0500 Subject: [PATCH] Fix test syntax error. --- .../mozilla/meta/mozilla/animation-removed-node.html.ini | 6 ------ tests/wpt/mozilla/tests/mozilla/animation-removed-node.html | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 tests/wpt/mozilla/meta/mozilla/animation-removed-node.html.ini diff --git a/tests/wpt/mozilla/meta/mozilla/animation-removed-node.html.ini b/tests/wpt/mozilla/meta/mozilla/animation-removed-node.html.ini deleted file mode 100644 index ec6cab9857c..00000000000 --- a/tests/wpt/mozilla/meta/mozilla/animation-removed-node.html.ini +++ /dev/null @@ -1,6 +0,0 @@ -[animation-removed-node.html] - prefs: [css.animations.testing.enabled:true] - expected: ERROR - [animation-removed-node] - expected: FAIL - diff --git a/tests/wpt/mozilla/tests/mozilla/animation-removed-node.html b/tests/wpt/mozilla/tests/mozilla/animation-removed-node.html index a2f9dfe284a..d8845c87318 100644 --- a/tests/wpt/mozilla/tests/mozilla/animation-removed-node.html +++ b/tests/wpt/mozilla/tests/mozilla/animation-removed-node.html @@ -23,7 +23,7 @@ div.test { animation: boo 1s infinite; } // Verify that the previous animations are no longer considered active. assert_equals(window.runningAnimationCount, 0); t.done(); - }); + })); })); }); }, "Animations are no longer active when a node can't be animated.");