bdd.it('should return true for shadowed content', function() {
        expect(isShadowed(fixture.input.first)).to.equal(true);
      });