匹配样式c-e:part(innerspan)
This text will be red because the containing shadow
host forwards innerspan to the document as "textspan"
and the document style matches it.
不匹配样式c-e:part(innerspan)
This text will not be red because textspan in the document style
cannot match against the part inside the inner custom element
if it is not forwarded.