Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / w3c / web-platform-tests / custom-elements / resources / import-master-async.html
1 <!DOCTYPE html>
2 <html>
3     <head>
4         <title>Import Master Document (asynchronous)</title>
5         <link rel="import" href="import.html" async>
6     </head>
7     <body>
8         <p>Master document body</p>
9     </body>
10 </html>