Skip to content

Commit

Permalink
add another baby test
Browse files Browse the repository at this point in the history
  • Loading branch information
client9 committed Apr 20, 2010
1 parent b0798e7 commit 009c066
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion specs/css/spec.js
Expand Up @@ -89,4 +89,8 @@ test('CSS2Properties', function(){
test('document.styleSheets', function() {
ok(document.styleSheets, 'document.styleSheets exists');
equals(document.styleSheets.toString(), '[object StyleSheetList]', 'StyleSheetsList.toString()');
});
equals(document.styleSheets.item(999), null, 'StyleSheetList.item out-of-range');

//equals(document.styleSheets.length, 1, 'StyleSheetList.length');
});

0 comments on commit 009c066

Please sign in to comment.