ProxyingVisitor rewriter = new ProxyingVisitor(config, null,
ProxyingVisitor.Tags.SCRIPT,
ProxyingVisitor.Tags.STYLESHEET,
ProxyingVisitor.Tags.EMBEDDED_IMAGES);
VisitStatus status = rewriter.visit(null, node);
verify(config);
assertEquals("Empty attribute should not be rewritten", VisitStatus.BYPASS, status);
}