Sha256: 7865eb72f4b49f978a4cfcd736e5cda6bf2808716c4cd416646e38942eacddd0
Contents?: true
Size: 388 Bytes
Versions: 24
Compression:
Stored size: 388 Bytes
Contents
/** * @author thatcher */ (function(Q){ Q.describe('Window CSS',{ before:function(){ //setup }, after:function(){ //tear down } }).should('provide the required w3c interfaces', function(){ expect(1); ok(window.getComputedStyle, 'window.getComputedStyle'); }); })(QUnit);
Version data entries
24 entries across 24 versions & 4 rubygems