bdd.it('should follow focus to #after-input', function() {
        fixture.input.after.focus();

        expect(document.activeElement).to.equal(fixture.input.after, 'activeElement');
        _expect('ancestry', 'html body #intern-dom-fixture #after-wrapper #after-input'.split(' '));