diff --git a/frontend/app/view/webview/webview.test.tsx b/frontend/app/view/webview/webview.test.tsx
new file mode 100644
index 0000000000..99302dd2f0
--- /dev/null
+++ b/frontend/app/view/webview/webview.test.tsx
@@ -0,0 +1,20 @@
+// Copyright 2026, Command Line Inc.
+// SPDX-License-Identifier: Apache-2.0
+
+import { renderToStaticMarkup } from "react-dom/server";
+import { describe, expect, it } from "vitest";
+import { getWebPreviewDisplayUrl, WebViewPreviewFallback } from "./webview";
+
+describe("webview preview fallback", () => {
+ it("shows the requested URL", () => {
+ const markup = renderToStaticMarkup(