Sign in
webkit
/
WebKit
/
58632ebc30e70ac9706e224e5b7d57b00ba8a2e3
/
.
/
LayoutTests
/
imported
/
blink
/
fast
/
html
/
imports
/
resources
/
custom-element-hello-cycle-parent.html
blob: ce7e24abd33078d7159bfcac3338ba5e592601e3 [
file
] [
log
] [
blame
]
<x-hello
id
=
"hello-cycle-p1"
></x-hello>
<x-bye
id
=
"bye-cycle-p1"
></x-hello>
<link
rel
=
"import"
href
=
"custom-element-hello-cycle-child.html"
>
<x-hello
id
=
"hello-cycle-p2"
></x-hello>
<x-bye
id
=
"bye-cycle-p2"
></x-hello>