Skip to content

Commit

Permalink
Fix an erroneous assertion description.
Browse files Browse the repository at this point in the history
  • Loading branch information
lddubeau authored and domenic committed Feb 2, 2014
1 parent bf7f5b0 commit 5f2a832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/level1/core.js
Expand Up @@ -21855,7 +21855,7 @@ exports.tests = {
var doc = new dom.Document('');
var elem = doc.createElement('test');
elem.setAttribute('onclick', 'test');
test.ok(elem.onclick, 'elem.onevent is set');
test.ok(elem.onclick, 'elem.onclick is set');
test.done();
},

Expand Down

0 comments on commit 5f2a832

Please sign in to comment.