diff --git a/craft/src/panels/right/styles/HtmlStylePanel.test.tsx b/craft/src/panels/right/styles/HtmlStylePanel.test.tsx
index 891d2cd..f065fff 100644
--- a/craft/src/panels/right/styles/HtmlStylePanel.test.tsx
+++ b/craft/src/panels/right/styles/HtmlStylePanel.test.tsx
@@ -35,4 +35,10 @@ describe('HtmlStylePanel', () => {
expect(container.textContent).not.toContain('Padding');
expect(container.textContent).not.toContain('Border Radius');
});
+
+ test('renders the security advisory', () => {
+ render(
+ Use this block with care. It renders your markup as-is + on the published site. Scripts and event handlers are stripped + automatically, but anything that survives — forms, iframes, images — + can still send data to wherever it points. Only paste code you + understand or trust. +
> ); };