Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1907 from jeffslofish/issue-389
Browse files Browse the repository at this point in the history
Added test back in that was commend out for issue #389.
  • Loading branch information
gruehle committed Oct 23, 2012
2 parents 6a262f4 + 2610dbc commit 7dbfe65
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/spec/CSSUtils-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -914,9 +914,8 @@ define(function (require, exports, module) {
result = matchAgain({ clazz: "foo" });
expect(result.length).toBe(1);

// TODO (issue #389): false positive match from @keyframes animation identifier
// result = matchAgain({ tag: "slide" });
// expect(result.length).toBe(0);
result = matchAgain({ tag: "slide" });
expect(result.length).toBe(0);

result = matchAgain({ tag: "from" });
expect(result.length).toBe(0);
Expand Down

0 comments on commit 7dbfe65

Please sign in to comment.