Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / w3c / web-platform-tests / html-imports / resources / sub-parent.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4   <link id="link" rel="import" href="hello.html" />
5 </head>
6 <body></body>
7 </html>