bdd.describe('with option.defaultToContext', function() {
      bdd.it('should return context if it contains no tabbable element', function() {
        var context = fixture.root.querySelector('.context');
        context.setAttribute('tabindex', '-1');
        [].forEach.call(context.children, function(element) {