it( 'undefined if block style not applicable', function() {
            assert.equal( undefined, blockTest( '.class' ) )
            assert.equal( undefined, blockTest( 'input[type="submit"]' ) )
        } )