//go:build e2e package e2e import ( "testing" "github.com/mxschmitt/playwright-go" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" ) // TestEmbed_PlaceholderGivesWayToOneOwnedIframe covers #2192 together with the placeholder // support #2002 added. createInstance took root.firstElementChild as its iframe, so anything the // integrator left in the root was adopted instead: a