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