Scenario: Form inside Shadow DOM (encapsulated component)
Expected Behavior: Shadow DOM form submits successfully
Future Use: Verify ListenLayer tracking can access Shadow DOM forms
⚠️ Shadow DOM Encapsulation:
Shadow DOM creates an encapsulated DOM tree that's isolated from the main document.
Tracking scripts may need special handling to access forms inside Shadow DOM.
Loading shadow component...