diff --git a/preview-src/enterprise-macro-test.adoc b/preview-src/enterprise-macro-test.adoc
new file mode 100644
index 00000000..937ec718
--- /dev/null
+++ b/preview-src/enterprise-macro-test.adoc
@@ -0,0 +1,129 @@
+= Enterprise Macro Test
+:page-layout: default
+
+Test page for the `enterprise` inline macro from docs-extensions-and-macros (DOC-887). The markup below replicates the macro's exact rendered output so the `enterprise-feature` class can be styled in this UI bundle. Every output shape the macro can emit appears here, plus stress contexts for the lock glyph and underline. The first two sections use the link targets the macro really resolves to: the licensing page for `Topic Deletion Control`, which has no feature page in the registry, and the feature page for `Tiered Storage`, which has one. Later sections vary only the tooltip, role, or link handling, so their targets are placeholders.
+
+== Default output
+
+The macro `enterprise:Topic Deletion Control[]` with a registry entry that carries no `xref` renders, linking to the licensing page:
+
+++++
+
+++++
+
+== With a feature xref
+
+The macro `enterprise:Tiered Storage[]` with a registry entry that carries an `xref` (or a per-use `xref=` attribute) renders the same shape, linking to the feature page:
+
+++++
+
Enable Tiered Storage to offload data to object storage.
+++++
+
+== Display text override
+
+`enterprise:Audit Logging[text=audit logging]` keeps the canonical feature name in the tooltip while the sentence reads naturally:
+
+++++
+
+++++
+
+== Without a link
+
+With the `enterprise-links` attribute set to `false`:
+
+++++
+
Configure Audit Logging on a SASL listener.
+++++
+
+== Without a tooltip
+
+With `enterprise-tooltip` set to `false`, the span carries no tooltip attribute at all (underline and lock must still render):
+
+++++
+
+++++
+
+== Data-attribute tooltip variant
+
+With `enterprise-tooltip` set to `true`, the tooltip renders as `data-enterprise-tooltip` for UI-driven tooltips instead of the native `title` (activated as a tippy tooltip by `12-activate-tooltips.js`):
+
+++++
+
+++++
+
+== Custom role
+
+With `enterprise-feature-role` set to something other than `enterprise-feature`, the UI applies no styling. This one should look like a plain link, with no underline or lock:
+
+++++
+