bdd.describe('for <input> elements', function() {
      bdd.it('should handle type="button"', makeFocusClickTest('input-button-', false));
      bdd.it('should handle type="range"', makeFocusClickTest('slider-', false));
      bdd.it('should handle type="radio"', makeFocusClickTest('radio-', false));
    });