Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / htmlimports / resources / has-slow-child-async.html
1 <link async rel="import" href="has-slow-script.html">
2 <script>
3 window.importLoaded(document.currentScript.ownerDocument);
4 </script>