Fix test syntax error.

This commit is contained in:
Josh Matthews 2019-11-13 17:03:18 -05:00
parent ebf54c9788
commit a1df2a75d0
2 changed files with 1 additions and 7 deletions

View file

@ -1,6 +0,0 @@
[animation-removed-node.html]
prefs: [css.animations.testing.enabled:true]
expected: ERROR
[animation-removed-node]
expected: FAIL

View file

@ -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.");