it('should position the tooltip to the left-bottom of the target when placement is `left-bottom`', function () {
        var placement = standardPlacements['options-placement-exotic-left-bottom'];

        expect(placement.top).toBe('0px');
        expect(placement.left).toBe('-200px');