Skip to content

Commit

Permalink
test suite passes in ie6
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Mar 30, 2011
1 parent cbbf423 commit c7860d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/unit.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ test("document.documentElement is valid and correct",1, function() {


test("no-js class is gone.", function() {
expect(3);

equals(document.documentElement.className.indexOf('no-js') , -1,
'no-js is gone.');
Expand Down Expand Up @@ -134,7 +133,7 @@ test('html classes are looking good',function(){
//equals(classes,newprops,'equal number of classes and global object props');

if (classes.length !== newprops){
console.log(classes, newprops);
window.console && console.log(classes, newprops);

}

Expand Down

0 comments on commit c7860d0

Please sign in to comment.