Sign in
chromium
/
chromium
/
src
/
205191a32c9db91062c5342e901b2da2d67a49e5
/
.
/
content
/
test
/
data
/
mhtml
/
custom_element_defined_in_frame.html
blob: dcc9f812aedd8377cc621883640dc869d2468ab3 [
file
] [
log
] [
blame
]
<style>
test-element
:
not
(:
defined
)
{
display
:
none
;
}
</style>
<test-element>
Hidden because not defined outside of frame.
</test-element>
<iframe
src
=
"custom_element_defined.html"
>
</iframe>