ArrayAssert = Y.ArrayAssert;
name: 'Y.DOM._setSize',
'should set the node offsetWidth to the given value': function() {
},
'should set the node offsetHeight to the given value': function() {
},
'should set the node offsetWidth to zero if given a negative number': function() {
},
'should set the node offsetHeight to zero if given a negative number': function() {
},
'should set the offsetWidth via setWidth': function() {
},
'should set the offsetHeight via setHeight': function() {
},
'should set offsetWidth accounting for padding': function() {
},
'should set offsetHeight accounting for padding': function() {
},
'should set offsetWidth to padding when setting to zero': function() {
},
'should set offsetHeight to padding when setting to zero': function() {
}
}));