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