OO.ui.mixin.FloatableElement.prototype.setVerticalPosition = function ( position ) {
    if ( [ 'below', 'above', 'top', 'bottom', 'center' ].indexOf( position ) === -1 ) {
        throw new Error( 'Invalid value for vertical position: ' + position );
    }
    if ( this.verticalPosition !== position ) {