HTML Document in Callout Test

Test 1: Regular HTML content (no DOCTYPE)

This should display as normal innerHTML (no iframe).

Test 2: Complete HTML document (with DOCTYPE)

This should display in an iframe to prevent style conflicts.

Test 3: HTML document with conflicting styles

This demonstrates how iframe isolation prevents style conflicts.