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

Version Path
envjs19-0.3.8.20101029121421 test/specs/window/css.js
envjs-0.3.8 test/specs/window/css.js
envjs-0.3.7 test/specs/window/css.js
envjs-0.3.6 test/specs/window/css.js
envjs-0.3.5 test/specs/window/css.js
envjs-0.3.4 test/specs/window/css.js
envjs-0.3.3 test/specs/window/css.js
envjs-0.3.2 test/specs/window/css.js
envjs-0.3.1 test/specs/window/css.js
envjs-0.3.0 test/specs/window/css.js
envjs-0.2.0 test/specs/window/css.js
envjs-0.1.7 test/specs/window/css.js
envjs-0.1.6 test/specs/window/css.js
envjs-0.1.5 test/specs/window/css.js
envjs-0.1.4 test/specs/window/css.js
envjs-0.1.3 test/specs/window/css.js
harmony-0.5.1 vendor/envjs/test/specs/window/css.js
harmony-0.5 vendor/envjs/test/specs/window/css.js
envjs-0.1.2 test/specs/window/css.js
envjs-0.1.1 test/specs/window/css.js