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

Added test back in that was commend out for issue #389. #1907

Merged
merged 1 commit into from
Oct 23, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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