Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / html / imports / resources / custom-element-hello-cycle-parent.html
1 <x-hello id="hello-cycle-p1"></x-hello>
2 <x-bye id="bye-cycle-p1"></x-hello>
3 <link rel="import" href="custom-element-hello-cycle-child.html">
4 <x-hello id="hello-cycle-p2"></x-hello>
5 <x-bye id="bye-cycle-p2"></x-hello>