Skip to content

Commit

Permalink
w3c events test
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanMcMillan committed Apr 4, 2011
1 parent 24e982f commit e17969c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exploration/cgrade.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
}
};

tests['css2-selectors'] = {
tests['child-selector'] = {
pre: function() { return true;},
test: function() {

Expand All @@ -52,7 +52,7 @@
tests['w3c-events'] = {
pre: function() { return true;},
test: function() {

return !!document.addEventListener;
}
};

Expand Down

0 comments on commit e17969c

Please sign in to comment.