diff --git a/src/components-examples/cdk-experimental/tabs/cdk-active-descendant/cdk-tabs-active-descendant-example.html b/src/components-examples/cdk-experimental/tabs/cdk-active-descendant/cdk-tabs-active-descendant-example.html
new file mode 100644
index 000000000000..5acc11b6e1a4
--- /dev/null
+++ b/src/components-examples/cdk-experimental/tabs/cdk-active-descendant/cdk-tabs-active-descendant-example.html
@@ -0,0 +1,29 @@
+
+
+
Explicit Selection - Able to navigate between tabs and select tabs.
+
+
+
+
+
Selection Follows Focus - Navigating between tabs also changes the selected tab.
+
+
+
+
+
Horizontal Orientation - Able to navigate between tabs.
+
+
+
+
+
RTL & Horizontal Orientation - Able to navigate between tabs.
+
+
+
+
+
Active Descendant - Able to navigate between tabs.
+
+
+
+
+
Disabled Tabs are Focusable - Able to navigate to a disabled tab. Disabled tabs are not selectable.
+
+
+
+
+
Disabled Tabs are Skipped - Disabled tabs are skipped over. Disabled tabs are not selectable.
+
+
+
+
+
Disabled - Focus should land on the tablist instead of a tab.
+
+
+
+
+